OBJECT
RemoveCompetitionTeamPayload
RemoveCompetitionTeamPayload is the success response removing a competition team from the competition.
link GraphQL Schema definition
1 type RemoveCompetitionTeamPayload { 2 3 # The new state of competition after removing a competition team from the 4 # competition. 5 : Competition 6 7 # Used for competition mutation errors. 8 : CompetitionError 9 10 }