Skip to content

Instantly share code, notes, and snippets.

@jahvi
Created April 6, 2019 11:21
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 jahvi/88e155d29c992fbf9913a4047f471cb2 to your computer and use it in GitHub Desktop.
Save jahvi/88e155d29c992fbf9913a4047f471cb2 to your computer and use it in GitHub Desktop.
query($pokemonName: String) {
pokemon(name: $pokemonName) {
name
image
types
weight {
minimum
maximum
}
height {
minimum
maximum
}
classification
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment