Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created April 7, 2016 15:00
Show Gist options
  • Save clayallsopp/086126982b24d04320d7df866cf69775 to your computer and use it in GitHub Desktop.
Save clayallsopp/086126982b24d04320d7df866cf69775 to your computer and use it in GitHub Desktop.
query {
search(text: "cat") {
... on User {
username
}
... on Movie {
director
}
... on Book {
author
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment