Type Alias Expansion

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

A single expansion for the game.

Type declaration

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

    The ID of the expansion.

  • name: Scalars["String"]

    The localized name of the expansion.

  • Optionalzones?: Maybe<Maybe<Zone>[]>

    The zones (e.g., raids and dungeons) supported for this expansion.