PokemonEvolutionRequirement

Represents a Pokémon's requirement to evolve

GraphQL Schema definition

  • type PokemonEvolutionRequirement {
  • # The amount of candy to evolve
  • amount: Int
  • # The name of the candy to evolve
  • name: String
  • }

Require by