OBJECT

UpdateLobbyParticipantScorePayload

UpdateLobbyParticipantScorePayload is the success response updating the score for the lobby participant, who is a competition player or competition team, in a competition.

link GraphQL Schema definition

1type UpdateLobbyParticipantScorePayload {
2
3# The new state of competition after scoring a competition player or competition
4# team for that lobby.
5competition: Competition
6
7# Used for competition mutation errors.
8error: CompetitionError
9
10}