Skip to content

Instantly share code, notes, and snippets.

@nikolasburk
Last active June 29, 2018 12:07
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 nikolasburk/36e1748abeef03519e5b4bdf66fe8e03 to your computer and use it in GitHub Desktop.
Save nikolasburk/36e1748abeef03519e5b4bdf66fe8e03 to your computer and use it in GitHub Desktop.
stitching.graphql
query myMenu {
menu {
burger {
bun
cheese
patty
}
salad {
romaine
tomato
onion
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment