INPUT_OBJECT

UpdateCompetitionLeaderboardDetailsInput

Editable fields for Leaderboard competition details.

link GraphQL Schema definition

1input UpdateCompetitionLeaderboardDetailsInput {
4
2# The max participant count for a lobby in phase.
3lobbyMaxSize: Int
7
5# The number of phases a competition should have.
6phaseCount: Int
10
8# The way points are assigned to a participant in case of a tie.
9tiebreakerLabel: TiebreakerLabel
11}