GameStateContestant
Game state contestant
type GameStateContestant {
players: [GameStatePlayer]
result: GameStateContestantResult
score: Int
team: GameStateTeam
}
Fields
GameStateContestant.players ● [GameStatePlayer] list object
The players representing the contestant
GameStateContestant.result ● GameStateContestantResult object
Result outcome of the match
GameStateContestant.score ● Int scalar
Current score
GameStateContestant.team ● GameStateTeam object
The team representing the contestant
Member Of
GameState object