INPUT_OBJECT
UpdateCompetitionLeaderboardDetailsInput
Editable fields for Leaderboard competition details.
link GraphQL Schema definition
1 input UpdateCompetitionLeaderboardDetailsInput { 4 2 # The max participant count for a lobby in phase. 3 : Int 7 5 # The number of phases a competition should have. 6 : Int 10 8 # The way points are assigned to a participant in case of a tie. 9 : TiebreakerLabel 11 }