PokemonAttack

Represents a Pokémon's attack types

GraphQL Schema definition

  • type PokemonAttack {
  • # The fast attacks of this Pokémon
  • fast: [Attack]
  • # The special attacks of this Pokémon
  • special: [Attack]
  • }

Require by