GameEventGameScore
A contestant made a score in the game
type GameEventGameScore {
contestant: GameContestant!
reason: GameEventDataGameScoreReason
}
Fields
GameEventGameScore.contestant
● GameContestant!
non-null union
The contestant who made a score in the game
GameEventGameScore.reason
● GameEventDataGameScoreReason
enum
The reason why this contestant scored
Implemented By
GameEventData
union