Query
Boolean
Float
ID
Int
String
__DirectiveLocation
__TypeKind
Attack
Pokemon
PokemonAttack
PokemonDimension
PokemonEvolutionRequirement
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
deprecated
include
skip
Query any Pokémon by number or name
type Query {query: Query # Arguments# first: [Not documented]pokemons(first: Int!): [Pokemon] # Arguments# id: [Not documented]# name: [Not documented]pokemon(id: String, name: String): Pokemon }