TeamSeasonStandings
Contains season standings for a given season.
type TeamSeasonStandings {
seasonId: Int
teams: [SeasonTeamStandingType]
}
Fields
TeamSeasonStandings.seasonId
● Int
scalar
The season id.
TeamSeasonStandings.teams
● [SeasonTeamStandingType]
list object
Collection of team standing types.
Returned by
teamSeasonStandings
query