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