Skip to main content
Version: 2025-03-11

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)

Member Of

MapVote object ● Match object