GameEventGameScore
Game event game score
type GameEventGameScore {
contestant: GameContestant!
reason: GameEventDataGameScoreReason
}
Fields
GameEventGameScore.contestant
● GameContestant!
non-null union
contestant
GameEventGameScore.reason
● GameEventDataGameScoreReason
enum
Which action of a contestant lead to getting the score
Implemented By
GameEventData
union