OBJECT

Expansion

A single expansion for the game.

link GraphQL Schema definition

  • type Expansion {
  • # The ID of the expansion.
  • id: Int!
  • # The localized name of the expansion.
  • name: String!
  • # The zones (e.g., raids and dungeons) supported for this expansion.
  • zones: [Zone]
  • }