Skip to content

Instantly share code, notes, and snippets.

@dellamora
Created April 5, 2023 16:44
Show Gist options
  • Save dellamora/5f2676e608ef66649baef9743454a186 to your computer and use it in GitHub Desktop.
Save dellamora/5f2676e608ef66649baef9743454a186 to your computer and use it in GitHub Desktop.
Response from a GraphQL query
{
"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