-
-
Save dellamora/5f2676e608ef66649baef9743454a186 to your computer and use it in GitHub Desktop.
Response from a GraphQL 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
{ | |
"data": { | |
"characters": { | |
"results": [ | |
{ | |
"name": "Rick Sanchez", | |
"gender": "Male", | |
"status": "Alive" | |
}, | |
{ | |
"name": "Morty Smith", | |
"gender": "Male", | |
"status": "Alive" | |
}, | |
... | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment