OBJECT

SeedCompetitionParticipantPayload

SeedCompetitionParticipantPayload is the success response for seeding a competition player or competition team.

link GraphQL Schema definition

1type SeedCompetitionParticipantPayload {
2
3# The new state of competition after seeding a competition player or competition
4# team.
5competition: Competition
6
7# Used for competition mutation errors.
8error: CompetitionError
9
10}