INPUT_OBJECT

FinalizeCompetitionLobbyInput

FinalizeCompetitionLobbyInput contains the inputs required to change a lobby's status to done.

link GraphQL Schema definition

1input FinalizeCompetitionLobbyInput {
4
2# The competition id of the competition.
3competitionID: ID!
7
5# The lobbyID of the competition that we want to mark done.
6lobbyID: ID!
10
8# The phase id of the competition that this lobby belongs to.
9phaseID: ID!
11}