OBJECT

RemoveCompetitionPlayerPayload

Indication that the player was removed.

link GraphQL Schema definition

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