Skip to content

Instantly share code, notes, and snippets.

@valikos
Created May 7, 2019 19:07
Show Gist options
  • Save valikos/64b97aa10a4f1f8b9533c5e4659dec6f to your computer and use it in GitHub Desktop.
Save valikos/64b97aa10a4f1f8b9533c5e4659dec6f to your computer and use it in GitHub Desktop.
{
search(in: "Adventure Time") {
__typename
... on Character {
firstName
}
... on land {
name
}
... on Building {
type
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment