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