Skip to content

Instantly share code, notes, and snippets.

@kespinola
Last active September 13, 2016 02:03
Show Gist options
  • Save kespinola/1798424e9807829c67e1cad2aab30f23 to your computer and use it in GitHub Desktop.
Save kespinola/1798424e9807829c67e1cad2aab30f23 to your computer and use it in GitHub Desktop.
A sample user query in graphql
{
user(id:22) {
name,
picture{
width
height
uri
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment