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
DEPRECATEDThis 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