OBJECT

UpdateCompetitionPlayerPayload

Data that was mutated after the player was updated.

link GraphQL Schema definition

1type UpdateCompetitionPlayerPayload {
2
3# The new state of competition after updating a competition player in the
4# competition.
5competition: Competition
6
7# Used for competition mutation errors.
8error: CompetitionError
9
10}