INPUT_OBJECT

CreateCompetitionLeaderboardDetailsInput

The required inputs for leaderboard format.

link GraphQL Schema definition

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