OBJECT
CreateCompetitionPayload
Data that was mutated after the competition was created.
link GraphQL Schema definition
1 type CreateCompetitionPayload { 2 3 # The competition that was created. 4 : Competition 5 6 # Used for competition mutation errors. 7 : CompetitionError 8 9 }