TeamStats
Stats for a team in the tournament
type TeamStats {
team: Team
totals: Stats
rounds: [RoundStats]
}
Fields
TeamStats.team ● Team object
Team details
TeamStats.totals ● Stats object
Stats for the entire tournament
TeamStats.rounds ● [RoundStats] list object
Stats for each round the team has played in
Member of
TournamentTeamStats object