Skip to content

Instantly share code, notes, and snippets.

@valikos
Created May 7, 2019 19:11
Show Gist options
  • Save valikos/d5ec067e885ca0812fca6e360542b612 to your computer and use it in GitHub Desktop.
Save valikos/d5ec067e885ca0812fca6e360542b612 to your computer and use it in GitHub Desktop.
{
"data": {
"search": [
{
"__typename": "Character",
"firstName": "Finn"
},
{
"__typename": "Land",
"name": "Land of Ooo"
},
{
"__typename": "Building",
"type": "Fort"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment