INPUT_OBJECT
SwapCompetitionLobbyParticipantsInput
SwapCompetitionLobbyParticipantsInput exchanges the lobby placements of the two participants within the same phase.
link GraphQL Schema definition
1 input SwapCompetitionLobbyParticipantsInput { 4 2 # The id of the competition. 3 : ID! 7 5 # The participantID and lobbyID of the first lobby participant to be swapped. 6 : SwapCompetitionLobbyParticipantInput! 10 8 # The id of the phase. 9 : ID! 13 11 # The participantID and lobbyID of the second lobby participant to be swapped. 12 : SwapCompetitionLobbyParticipantInput! 14 }