Skip to content

Instantly share code, notes, and snippets.

@kfarst
Created May 18, 2018 23:38
Show Gist options
  • Save kfarst/c793936abbd04a51c9818c9df20953d1 to your computer and use it in GitHub Desktop.
Save kfarst/c793936abbd04a51c9818c9df20953d1 to your computer and use it in GitHub Desktop.
query HeroNameAndFriends($episode: Episode) {
hero(episode: $episode) {
name
friends {
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment