Query
Boolean
Float
ID
Int
String
__DirectiveLocation
__TypeKind
Attack
Pokemon
PokemonAttack
PokemonDimension
PokemonEvolutionRequirement
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
deprecated
include
skip
Represents a Pokémon's attack types
type PokemonAttack {# The fast attacks of this Pokémonfast: [Attack] # The special attacks of this Pokémonspecial: [Attack] }