OBJECT
SwapCompetitionLobbyParticipantsPayload
SwapCompetitionLobbyParticipantsPayload is the success response for swapping lobby participants.
link GraphQL Schema definition
1 type SwapCompetitionLobbyParticipantsPayload { 2 3 # The new state of competition after swapping participants. 4 : Competition 5 6 # Used for competition mutation errors. 7 : CompetitionError 8 9 }