Item

Items that can be used or held by Pokemon

Fields

id: ID!
name: String!
description: 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!