Type Alias GameItemSet

GameItemSet: {
    __typename?: "GameItemSet";
    id: Scalars["Int"];
    name?: Maybe<Scalars["String"]>;
}

A single item set for the game.

Type declaration

  • Optional__typename?: "GameItemSet"
  • id: Scalars["Int"]

    The ID of the item set.

  • Optionalname?: Maybe<Scalars["String"]>

    The localized name of the item set. Will be null if no localization information exists for the item set.