GameContestant
A contestant (team or player) in the game
union GameContestant = GamePlayer | GameTeam
Possible types
GameContestant.GamePlayer object
A player in the game
GameContestant.GameTeam object
A team in the game
Member Of
GameEntityMeta object ● GameEventGameResult object ● GameEventGameScore object