MatchplayRoundUpdateResponse
Response type for the matchplay update mutation.
type MatchplayRoundUpdateResponse {
  tournamentId: Int
  round: MatchplayRound
}
Fields
MatchplayRoundUpdateResponse.tournamentId ● Int scalar
ID of the tournament.
MatchplayRoundUpdateResponse.round ● MatchplayRound object
the updated round.
Returned by
matchplayRoundUpdated  subscription