OBJECT

GameItem

A single item for the game.

link GraphQL Schema definition

  • 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
  • }