Skip to content

[HI-PRI] Hockey scores missing first column #50

@amjiao

Description

@amjiao

Score breakdown returns 2 sets of 3 values but should be returning 4 values (hockey games are 3 periods + 1 final score) Below is query used to double check. Consistent across all hockey games.

query GamesBySportGender{
  gamesBySportGender(
    sport: "Ice Hockey"
    gender: "Womens"
  ){
    date
    team{
      name
    }
    result
    scoreBreakdown
    boxScore{
      team
      period
      time
      corScore
      oppScore
    }
    
  }
}
Image 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