TournamentUpdateResponse
Response type for the matchplay update mutation.
type TournamentUpdateResponse {
tournamentId: Int
tournament: Tournament
}
Fields
TournamentUpdateResponse.tournamentId ● Int scalar
ID of the tournament.
TournamentUpdateResponse.tournament ● Tournament object
the updated tournament.
Returned by
tournamentUpdated subscription