This commit is contained in:
sjvans
2021-11-04 17:31:57 +01:00
parent eaaf0d29a5
commit b13ed5cc8d
9 changed files with 173 additions and 1 deletions

1
graphql/examples.http Normal file
View File

@@ -0,0 +1 @@
GET http://localhost:4007/graphql?query={AdminService{Books{title,chapters{number,title}}}}