INPUT_OBJECT

RemoveCompetitionPlayerInput

Remove a player from a Competition. If you remove a player that is part of a team, the player will removed from the team as well. If that player is a captain of the team, the team will no longer have a captain.

link GraphQL Schema definition

1input RemoveCompetitionPlayerInput {
4
2# Unique Competition ID.
3competitionID: ID!
7
5# Twitch user id of the player.
6userID: ID!
8}