Stat
Contains the stat details with value
type Stat {
name: String
value: Float
avg: Float
pct: Float
opp: Float
rank: Int
tied: Boolean
}
Fields
Stat.name ● String scalar
Stat.value ● Float scalar
The stat value.
Stat.avg ● Float scalar
The stat average.
Stat.pct ● Float scalar
The stat percentage.
Stat.opp ● Float scalar
The number of opportunities the player had to record a value.
Stat.rank ● Int scalar
The players rank for the stat.
Stat.tied ● Boolean scalar
True if the players rank is tied.
Member of
RoundStats object ● Stats object