Attack

Represents a Pokémon's attack types

GraphQL Schema definition

  • type Attack {
  • # The name of this Pokémon attack
  • name: String
  • # The type of this Pokémon attack
  • type: String
  • # The damage of this Pokémon attack
  • damage: Int
  • }

Require by