Pokemon

A Pokemon creature - the heart of the Pokemon world

Fields

id: ID!

Species name (e.g., Pikachu, Charizard)

name: String!

Pokemon can have one or two types

types: [PokemonType!]!

Base stats that determine Pokemon's potential in battle

stats: Stats!

Evolution chain information

evolution: Evolution

Special abilities that provide battle advantages

abilities: [Ability!]!

Battle moves this Pokemon knows

moves: [Move!]!

The trainer who owns this Pokemon

trainer: Trainer

Current level (1-100)

level: Int!

Experience points toward next level

experience: Int!

Rare alternate coloration

isShiny: Boolean!

Individual values - genetic potential

ivs: IVStats!

Personality trait affecting stat growth

nature: Nature!

Currently held item

heldItem: Item

Current ailment

status: StatusCondition

Bond with trainer (0-255)

friendship: Int!

Breeding details

breedingInfo: BreedingInfo!

Custom nickname given by trainer

nickname: String

Where this Pokemon was first encountered

captureLocation: Location

Gender of this Pokemon

gender: Gender

Current HP in battle

currentHp: Int!

Effort values from training

evs: EVStats!

Contest performance stats

contestStats: ContestStats