GameEventGameResult
Game event game result
type GameEventGameResult {
contestant: GameContestant!
rank: Int!
type: GameResultType!
}
Fields
GameEventGameResult.contestant
● GameContestant!
non-null union
The contestant where the final game result have been determined, either a player or a team
GameEventGameResult.rank
● Int!
non-null scalar
The final rank/placement of the team or player, winner receives rank 1
GameEventGameResult.type
● GameResultType!
non-null enum
The type of result (e.g. WIN, LOSS, DRAW)
Implemented By
GameEventData
union