Leaderboard
Type representing the leaderboard of a tournament.
type Leaderboard {
currentRound: Int
leaderboardPlayers: [LeaderboardPlayer]
projectedCut: Int
}
Fields
Leaderboard.currentRound
● Int
scalar
The current round of the tournament.
Leaderboard.leaderboardPlayers
● [LeaderboardPlayer]
list object
The list of leaderboard players.
Leaderboard.projectedCut
● Int
scalar
The projected cut value.
Returned by
leaderboard
query