OBJECT
DeleteCompetitionPayload
Result of the remove operation.
link GraphQL Schema definition
1 type DeleteCompetitionPayload { 2 3 # The deleted competition. 4 : Competition 5 6 # Used for competition mutation errors. 7 : CompetitionError 8 9 }