OBJECT

GameItemSet

A single item set for the game.

link GraphQL Schema definition

  • type GameItemSet {
  • # The ID of the item set.
  • id: Int!
  • # The localized name of the item set. Will be null if no localization information
  • # exists for the item set.
  • name: String
  • }