INPUT_OBJECT
CreateCompetitionLeaderboardDetailsInput
The required inputs for leaderboard format.
link GraphQL Schema definition
1 input CreateCompetitionLeaderboardDetailsInput { 4 2 # The max participant count for a lobby in phase. Valid values are 1-100. 3 : Int! 7 5 # The number of phases to be created for the competition. Valid values are 1-20. 6 : Int! 10 8 # A label for additional points to resolve a tie. 9 : TiebreakerLabel 11 }