Skip to content

Instantly share code, notes, and snippets.

@jdjkelly
Created August 11, 2017 19:41
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 jdjkelly/f6c90941948e1dc224ffb5cba3e752be to your computer and use it in GitHub Desktop.
Save jdjkelly/f6c90941948e1dc224ffb5cba3e752be to your computer and use it in GitHub Desktop.
demo-query.graphql
# src/routes/demo/queries/demo-query.graphql
query DemoQuery($id: ID!) {
order(id: $id) {
id
buyer {
id
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment