Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created April 12, 2016 04:01
Show Gist options
  • Save clayallsopp/14688c4e4fdeca3167bcff2332222b8d to your computer and use it in GitHub Desktop.
Save clayallsopp/14688c4e4fdeca3167bcff2332222b8d to your computer and use it in GitHub Desktop.
const query = `
{
search(text: "cat") {
text
id @instrument(tag: "search.id")
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment