Skip to content

Instantly share code, notes, and snippets.

@valikos
Last active May 11, 2019 17:57
Show Gist options
  • Save valikos/3338d30cb54f42ef1cbeaf82e13b2950 to your computer and use it in GitHub Desktop.
Save valikos/3338d30cb54f42ef1cbeaf82e13b2950 to your computer and use it in GitHub Desktop.
gql-2
{
"data": {
"character": {
"firstName": "Jon",
"lastName": "Snow",
"friends": [
{
"firstName": "Hodor",
"lastName": null
},
{
"firstName": "Samwell",
"lastName": "Tarly"
}
]
}
}
}
{
"data": {
"hero": {
"firstName": "Harrison",
},
"antihero": {
"firstName": "Sebastian",
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment