Last active
April 5, 2023 16:37
-
-
Save dellamora/5ffa29c04b8e6a36b920c473528775d0 to your computer and use it in GitHub Desktop.
GraphQL Query Example
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 { | |
characters { | |
results { | |
name | |
gender | |
status | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment