PlayerProbabilityType
Player Probabilities
type PlayerProbabilityType {
playerId: Int!
displayName: String
tournamentToPar: Int
currentHole: Int
holesRemaining: Int
startHole: Int
through: Int
roundToPar: Int
win: Float
top24: Float
top24Odds: Float
sub60: Float
timestamp: String
winOdds: Float
}
Fields
PlayerProbabilityType.playerId ● Int! non-null scalar
The player id.
PlayerProbabilityType.displayName ● String scalar
The player display name.
PlayerProbabilityType.tournamentToPar ● Int scalar
PlayerProbabilityType.currentHole ● Int scalar
Current hole being played.
PlayerProbabilityType.holesRemaining ● Int scalar
Number of holes remaining in the round.
PlayerProbabilityType.startHole ● Int scalar
Starting hole for the round.
PlayerProbabilityType.through ● Int scalar
Number of holes completed in the round.
PlayerProbabilityType.roundToPar ● Int scalar
PlayerProbabilityType.win ● Float scalar
PlayerProbabilityType.top24 ● Float scalar
PlayerProbabilityType.top24Odds ● Float scalar
PlayerProbabilityType.sub60 ● Float scalar
PlayerProbabilityType.timestamp ● String scalar
PlayerProbabilityType.winOdds ● Float scalar
Returned by
playerProbabilities query