Type Alias GameDataMapsArgs

GameDataMapsArgs: {
    limit?: Maybe<Scalars["Int"]>;
    page?: Maybe<Scalars["Int"]>;
}

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.