Type Alias Partition

Partition: {
    __typename?: "Partition";
    compactName: Scalars["String"];
    default: Scalars["Boolean"];
    id: Scalars["Int"];
    name: Scalars["String"];
}

A single partition for a given raid zone. Partitions have an integer value representing the actual partition and a localized name that describes what the partition represents. Partitions contain their own rankings, statistics and all stars.

Type declaration

  • Optional__typename?: "Partition"
  • compactName: Scalars["String"]

    The compact localized name for the partition. Typically an abbreviation to conserve space.

  • default: Scalars["Boolean"]

    Whether or not the partition is the current default when viewing rankings or statistics for the zone.

  • id: Scalars["Int"]

    An integer representing a specific partition within a zone.

  • name: Scalars["String"]

    The localized name for partition.