Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Last active April 7, 2016 15:00
Show Gist options
  • Save clayallsopp/efefa378a598cfeeb4fc7008a55d62f5 to your computer and use it in GitHub Desktop.
Save clayallsopp/efefa378a598cfeeb4fc7008a55d62f5 to your computer and use it in GitHub Desktop.
query {
search(text: "cat") {
users {
# ...
}
movies {
# ...
}
books {
# ...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment