LeaderboardPlayerUpdateResponse
Response type for the leaderboard player updates.
type LeaderboardPlayerUpdateResponse {
tournamentId: Int
players: [LeaderboardPlayer]
}
Fields
LeaderboardPlayerUpdateResponse.tournamentId ● Int scalar
ID of the tournament.
LeaderboardPlayerUpdateResponse.players ● [LeaderboardPlayer] list object
players whose values have changed.
Returned by
leaderboardPlayerUpdated subscription