You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
}
}