OBJECT

GameMap

A single map for the game.

link GraphQL Schema definition

  • type GameMap {
  • # The ID of the map.
  • id: Int!
  • # The localized name of the map. Will be null if no localization information
  • # exists for the map.
  • name: String
  • }