SAP Community Call

This commit is contained in:
sjvans
2022-02-24 08:30:26 +01:00
parent b13ed5cc8d
commit d53d4de105
8 changed files with 62 additions and 2763 deletions

View File

@@ -1 +1,7 @@
GET http://localhost:4007/graphql?query={AdminService{Books{title,chapters{number,title}}}}
# GraphQL
GET http://localhost:4007/graphql?query={BookshopService{Books{title,author{name},chapters{number,title}}}}
###
# OData
GET http://localhost:4007/bookshop/Books?$select=title&$expand=author($select=name),chapters($select=number,title)