Skip to content

Instantly share code, notes, and snippets.

@lucasconstantino
Created March 29, 2017 18:22
Show Gist options
  • Save lucasconstantino/4472983f136d871f67a8009ff7ea4621 to your computer and use it in GitHub Desktop.
Save lucasconstantino/4472983f136d871f67a8009ff7ea4621 to your computer and use it in GitHub Desktop.
const query = gql`
query {
helloWorld
}
`
client.query({ query }).then(console.log)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment