Skip to content

Instantly share code, notes, and snippets.

@erickluan
Created June 18, 2018 17:47
Show Gist options
  • Save erickluan/497e5513536e892ab912c771aff6ac21 to your computer and use it in GitHub Desktop.
Save erickluan/497e5513536e892ab912c771aff6ac21 to your computer and use it in GitHub Desktop.
Simple query in GraphQL
query {
users {
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment