Skip to content

[HI-PRI] Score breakdowns null for basketball #49

@amjiao

Description

@amjiao

Below is the query I used and the specific game I double-checked. Score breakdowns and box scores are null for all basketball games. I can confirm that hockey is scraping correctly but I haven't checked any other sports besides hockey and basketball.

query GamesBySportGender{
  gamesBySportGender(
    sport: "Basketball"
    gender: "Womens"
  ){
    date
    team{
      name
    }
    result
    scoreBreakdown
    boxScore{
      team
      period
      time
      corScore
      oppScore
    }
    
  }
}

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions