Skip to main content

TeamSeasonStat

Contains stat values for a team.

type TeamSeasonStat {
teamId: Int
name: String
code: String
value: Float
avg: Float
pct: Float
opp: Float
rank: Int
tied: Boolean
}

Fields

TeamSeasonStat.teamId ● Int scalar

The team id.

TeamSeasonStat.name ● String scalar

The team name.

TeamSeasonStat.code ● String scalar

The team code.

TeamSeasonStat.value ● Float scalar

The stat value.

TeamSeasonStat.avg ● Float scalar

The stat average.

TeamSeasonStat.pct ● Float scalar

The stat percentage.

TeamSeasonStat.opp ● Float scalar

The number of opportunities the team had to record a value.

TeamSeasonStat.rank ● Int scalar

The team rank for the stat.

TeamSeasonStat.tied ● Boolean scalar

True if the team rank is tied.

Member of

SeasonTeamStatType object