Item

Added 2024-03-27

Items that can be used or held by Pokemon

Fields

idAdded 2024-03-27
: ID!
nameAdded 2024-03-27
: String!
descriptionAdded 2024-03-27
: String!
price
: Int!

Item category for organization

category
: ItemCategory!

Whether this item can be held

isHoldable
: Boolean!

Whether this item is consumed on use

isConsumable
: Boolean!