OBJECT

PublishCompetitionPayload

Data that was mutated after the competition was updated.

link GraphQL Schema definition

1type PublishCompetitionPayload {
2
3# The competition which was updated.
4competition: Competition
5
6}