Skip to content

Score breakdown not displaying properly #93

@amjiao

Description

@amjiao

Correct data from backend, we're missing a period. below is the query i used to double check

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