INPUT_OBJECT

SeedCompetitionParticipantInput

Inputs for seeding a competition participant.

link GraphQL Schema definition

1input SeedCompetitionParticipantInput {
4
2# ID of the competition.
3competitionID: ID!
7
5# ID of the competition player or competition team.
6participantID: ID!
10
8# The assigned seed value.
9seedValue: Int!
11}