OBJECT
A single item for the game.
type GameItem {# The ID of the item.id: Int! # The icon for the item.icon: String # The localized name of the item. Will be null if no localization information # exists for the item.name: String }