Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created April 10, 2016 03:33
Show Gist options
  • Save clayallsopp/1c71a0e6dce81de9039073c72ef9d681 to your computer and use it in GitHub Desktop.
Save clayallsopp/1c71a0e6dce81de9039073c72ef9d681 to your computer and use it in GitHub Desktop.
const 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