INPUT_OBJECT

SwapCompetitionLobbyParticipantInput

The individual swap participant input.

link GraphQL Schema definition

1input SwapCompetitionLobbyParticipantInput {
4
2# The id of the lobby where the lobby participant currently is.
3lobbyID: ID!
8
5# The id of the lobby participant, which can be competition player id or
6# competition team id, we are swapping with.
7participantID: ID!
9}