Skip to content

Instantly share code, notes, and snippets.

@shahidhk
Created December 16, 2018 17:12
Show Gist options
  • Save shahidhk/a208d0f5d615fac3d92283e23d4a1f66 to your computer and use it in GitHub Desktop.
Save shahidhk/a208d0f5d615fac3d92283e23d4a1f66 to your computer and use it in GitHub Desktop.
query getFirst10Pokemons {
pokemons(first: 10) {
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment