CreatePokemonInput

Input for creating new Pokemon

Fields

name: String!
types: [PokemonType!]!
stats: StatsInput!
nature: Nature!
abilities: [ID!]!
gender: Gender!
isShiny: Boolean