INPUT_OBJECT

RemoveCompetitionPhaseInput

RemoveCompetitionPhaseInput contains the inputs required to remove a phase.

link GraphQL Schema definition

1input RemoveCompetitionPhaseInput {
4
2# The competition id of the competition.
3competitionID: ID!
7
5# The id of the competition phase.
6phaseID: ID!
8}