PokemonDimension

Represents a Pokémon's dimensions

GraphQL Schema definition

  • type PokemonDimension {
  • # The minimum value of this dimension
  • minimum: String
  • # The maximum value of this dimension
  • maximum: String
  • }

Require by