Optional
__typename?: "GameData"Optional
abilities?: Maybe<GameAbilityPagination>The player and enemy abilities for the game.
Optional
ability?: Maybe<GameAbility>Obtain a single ability for the game.
Optional
achievement?: Maybe<GameAchievement>Obtain a single achievement for the game.
Optional
achievements?: Maybe<GameAchievementPagination>Achievements for the game.
Optional
affix?: Maybe<GameAffix>Obtain a single affix for the game.
Optional
affixes?: Maybe<Maybe<GameAffix>[]>The affixes for the game.
Optional
class?: Maybe<GameClass>Obtain a single class for the game.
Optional
classes?: Maybe<Maybe<GameClass>[]>Obtain the supported classes for the game.
Optional
enchant?: Maybe<GameEnchant>Obtain a single enchant for the game.
Optional
enchants?: Maybe<GameEnchantPagination>Enchants for the game.
Optional
factions?: Maybe<Maybe<GameFaction>[]>Obtain all the factions that guilds and players can belong to.
Optional
item?: Maybe<GameItem>Obtain a single item for the game.
Optional
item_Obtain a single item set for the game.
Optional
item_Item sets for the game.
Optional
items?: Maybe<GameItemPagination>Items for the game.
Optional
map?: Maybe<GameMap>Obtain a single map for the game.
Optional
maps?: Maybe<GameMapPagination>Maps for the game.
Optional
npc?: Maybe<GameNpc>Obtain a single NPC for the game.
Optional
npcs?: Maybe<GameNpcPagination>NPCs for the game.
Optional
zone?: Maybe<GameZone>Obtain a single zone for the game, not to be confused with the worldData zones for ranking bosses and dungeons.
Optional
zones?: Maybe<GameZonePagination>Zones for the game.
The game object contains collections of data such as NPCs, classes, abilities, items, maps, etc. Game data only changes when major game patches are released, so you should cache results for as long as possible and only update when new content is released for the game.