Skip to main content
Version: 2024-10-11

MapVote

A single step within the map veto process of a match series

type MapVote {
action: MapVoteAction
contestant: MatchSeriesContestant
contestantId: String @deprecated
gameMap: GameMap
}

Fields

MapVote.action ● MapVoteAction enum

The action of the step

MapVote.contestant ● MatchSeriesContestant object

The match series contestant responsible for the vote

MapVote.contestantId ● String deprecated scalar

DEPRECATED

This field will be removed in version "2025-03-11", use the field "contestant.id" instead

The ID of the contestant within the match series

MapVote.gameMap ● GameMap object

The related game map of this step

Member Of

MatchSeries object

Implemented By

FixtureData union