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