Skip to content

Instantly share code, notes, and snippets.

@thebigredgeek
Last active December 9, 2016 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebigredgeek/3c7bc342bc4410bd045773d405d390d2 to your computer and use it in GitHub Desktop.
Save thebigredgeek/3c7bc342bc4410bd045773d405d390d2 to your computer and use it in GitHub Desktop.
GraphQL query demo
myUser {
# My user's ID
id
name
email
createdAt
updatedAt
Posts {
# Posts that my user has created...
id
text
Image {
# Image attached to each post
id
url
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment