-
-
Save jacobduijzer/0c828fa5908db52b7c7ae50693d80bee to your computer and use it in GitHub Desktop.
GraphQL Specifications query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| query AllBooks { | |
| books { | |
| id | |
| title | |
| author | |
| isbn | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment