GameMap
A map of a game that can be played on
type GameMap {
id: String
name: String
}
Fields
GameMap.id ● String scalar
The unique identifier of the object
GameMap.name ● String scalar
The name of the map (e.g. de_dust2)