HealingItem

Medicine items for healing

Fields

id: ID!
name: String!
description: String!
price: Int!
category: ItemCategory!
isHoldable: Boolean!
isConsumable: Boolean!

HP restoration amount

hpRestore: Int

Status conditions cured

curesStatus: [StatusCondition!]

Whether it revives fainted Pokemon

revives: Boolean!