OBJECT
AddCompetitionPlayerPayload
Data that was mutated after the player was created.
link GraphQL Schema definition
1 type AddCompetitionPlayerPayload { 2 3 # The new state of competition after adding a competition player to the 4 # competition. 5 : Competition 6 7 # Used for competition mutation errors. 8 : CompetitionError 9 10 }