ScoreUpdateResponse
Response type for the score update mutation.
type ScoreUpdateResponse {
tournamentId: Int
time: String
}
Fields
ScoreUpdateResponse.tournamentId
● Int
scalar
ID of the tournament.
ScoreUpdateResponse.time
● String
scalar
Timestamp of the update.
Returned by
scoreUpdated
subscription