PlayerSeasonStat
Contains stat values for a player.
type PlayerSeasonStat {
playerId: Int
firstName: String
lastName: String
value: Float
avg: Float
pct: Float
opp: Float
rank: Int
tied: Boolean
}
Fields
PlayerSeasonStat.playerId
● Int
scalar
The player id.
PlayerSeasonStat.firstName
● String
scalar
The players first name.
PlayerSeasonStat.lastName
● String
scalar
The players last name.
PlayerSeasonStat.value
● Float
scalar
The stat value.
PlayerSeasonStat.avg
● Float
scalar
The stat average.
PlayerSeasonStat.pct
● Float
scalar
The stat percentage.
PlayerSeasonStat.opp
● Float
scalar
The number of opportunities the player had to record a value.
PlayerSeasonStat.rank
● Int
scalar
The players rank for the stat.
PlayerSeasonStat.tied
● Boolean
scalar
True if the players rank is tied.
Member of
SeasonPlayerStatType
object