OBJECT
A single item set for the game.
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 }