Skip to main content

MatchHoleScore

Match hole score

type MatchHoleScore {
isConceded: Boolean!
holeNumber: Int!
holeOrder: Int!
strokes: Int
par: Int!
toPar: Int
wonHole: Boolean
result: String
progressiveScore: String
}

Fields

MatchHoleScore.isConceded ● Boolean! non-null scalar

Flag indicating if the player conceded the hole

MatchHoleScore.holeNumber ● Int! non-null scalar

The course hole number

MatchHoleScore.holeOrder ● Int! non-null scalar

The playing order of the hole

MatchHoleScore.strokes ● Int scalar

The total number of strokes taken for the hole

MatchHoleScore.par ● Int! non-null scalar

The par for the hole

MatchHoleScore.toPar ● Int scalar

The to par score for the hole

MatchHoleScore.wonHole ● Boolean scalar

Flag indicating if the player won the hole

MatchHoleScore.result ● String scalar

The result for the hole. T, L or W

MatchHoleScore.progressiveScore ● String scalar

The score at the completion of the hole. Values will be 'AS' for all square, '1DN', '2DN', etc. for scores while trailing and '1UP', '2UP', etc. for scores while leading

Member of

FoursomeTeam object ● SinglesPlayer object