OBJECT

SwapCompetitionLobbyParticipantsPayload

SwapCompetitionLobbyParticipantsPayload is the success response for swapping lobby participants.

link GraphQL Schema definition

1type SwapCompetitionLobbyParticipantsPayload {
2
3# The new state of competition after swapping participants.
4competition: Competition
5
6# Used for competition mutation errors.
7error: CompetitionError
8
9}