SeasonTeamStandingType
Contains standings values for a team.
type SeasonTeamStandingType {
  teamId: Int
  code: String
  name: String
  rank: Int
  value: Float
  tournaments: [SeasonTeamStandingTournament]
}
Fields
SeasonTeamStandingType.teamId ● Int scalar
The team id.
SeasonTeamStandingType.code ● String scalar
The team code.
SeasonTeamStandingType.name ● String scalar
The team name.
SeasonTeamStandingType.rank ● Int scalar
The teams rank for the season.
SeasonTeamStandingType.value ● Float scalar
The total value for the season.
SeasonTeamStandingType.tournaments ● [SeasonTeamStandingTournament] list object
The breakdown of values for the season by tournament.
Member of
TeamSeasonStandings  object