OBJECT

AddCompetitionTeamPayload

AddCompetitionTeamPayload is the success response adding a competition team to the competition.

link GraphQL Schema definition

1type AddCompetitionTeamPayload {
2
3# The new state of competition after adding a competition team to the competition.
4competition: Competition
5
6# Used for competition mutation errors.
7error: CompetitionError
8
9}