INPUT_OBJECT

RemoveCompetitionTeamInput

Inputs for removing a competition team from a competition.

link GraphQL Schema definition

1input RemoveCompetitionTeamInput {
4
2# ID of the competition.
3competitionID: ID!
7
5# ID of the team.
6teamID: ID!
8}