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
}
}
}
