INPUT_OBJECT
AddCompetitionPlayerInput
Add a User as a player to a Competition.
link GraphQL Schema definition
1 input AddCompetitionPlayerInput { 4 2 # Unique Competition ID. 3 : ID! 7 5 # The player's Discord username. 6 : String 10 8 # The player's in-game username. 9 : String 13 11 # The state the player in. Defaults to INVITED if not specified. 12 : CompetitionPlayerState 16 14 # Twitch user id of the player. 15 : ID! 17 }