OBJECT

AddCompetitionPhasePayload

Data that was mutated after the Phase was created.

link GraphQL Schema definition

1type AddCompetitionPhasePayload {
2
3# The competition is returned with any side effects adding a phase has caused.
4competition: Competition
5
6# Used for competition mutation errors.
7error: CompetitionError
8
9}