INPUT_OBJECT

SwapCompetitionLobbyParticipantsInput

SwapCompetitionLobbyParticipantsInput exchanges the lobby placements of the two participants within the same phase.

link GraphQL Schema definition

1input SwapCompetitionLobbyParticipantsInput {
4
2# The id of the competition.
3competitionID: ID!
7
5# The participantID and lobbyID of the first lobby participant to be swapped.
6first: SwapCompetitionLobbyParticipantInput!
10
8# The id of the phase.
9phaseID: ID!
13
11# The participantID and lobbyID of the second lobby participant to be swapped.
12second: SwapCompetitionLobbyParticipantInput!
14}