OBJECT
A single expansion for the game.
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] }