MapVote
Map vote
type MapVote {
action: MapVoteAction
contestant: MatchSeriesContestant
contestantId: String
gameMap: GameMap
}
Fields
MapVote.action ● MapVoteAction enum
Action
MapVote.contestant ● MatchSeriesContestant object
The match series contestant responsible for the vote
MapVote.contestantId ● String scalar
Contestant ID
MapVote.gameMap ● GameMap object
Game map
Member Of
MatchSeries object