HoleMapUpdateResponse
Response type for the score update mutation.
type HoleMapUpdateResponse {
tournamentId: Int
holes: [HoleMapData]
}
Fields
HoleMapUpdateResponse.tournamentId ● Int scalar
ID of the tournament.
HoleMapUpdateResponse.holes ● [HoleMapData] list object
players whose values have changed.
Returned by
holeMapUpdated subscription