OBJECT

UpdateCompetitionPayload

Data that was mutated after the competition was updated.

link GraphQL Schema definition

1type UpdateCompetitionPayload {
2
3# The competition which was updated.
4competition: Competition
5
6# Used for competition mutation errors.
7error: CompetitionError
8
9}