Created
August 11, 2017 19:41
-
-
Save jdjkelly/f6c90941948e1dc224ffb5cba3e752be to your computer and use it in GitHub Desktop.
demo-query.graphql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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