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 Attack {# The name of this Pokémon attackname: String # The type of this Pokémon attacktype: String # The damage of this Pokémon attackdamage: Int }