OBJECT

UpdateCompetitionTeamPayload

Data that was mutated after the CompetitionTeam was updated.

link GraphQL Schema definition

1type UpdateCompetitionTeamPayload {
2
3# The competition that was updated.
4competition: Competition
5
6# Used for competition mutation errors.
7error: CompetitionError
8
9}