Type Alias GameZone

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

A single zone for the game.

Type declaration

  • Optional__typename?: "GameZone"
  • id: Scalars["Float"]

    The ID of the zone.

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

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