Optional
__typename?: "WorldData"Optional
encounter?: Maybe<Encounter>Obtain a specific encounter by id.
Optional
expansion?: Maybe<Expansion>A single expansion obtained by ID.
Optional
expansions?: Maybe<Maybe<Expansion>[]>The set of all expansions supported by the site.
Optional
region?: Maybe<Region>Obtain a specific region by its ID.
Optional
regions?: Maybe<Maybe<Region>[]>The set of all regions supported by the site.
Optional
server?: Maybe<Server>Obtain a specific server either by id or by slug and region.
Optional
subregion?: Maybe<Subregion>Obtain a specific subregion by its ID.
Optional
zone?: Maybe<Zone>Obtain a specific zone by its ID.
Optional
zones?: Maybe<Maybe<Zone>[]>Obtain a set of all zones supported by the site.
The world data object contains collections of data such as expansions, zones, encounters, regions, subregions, etc.