Regenerate schema + add longestRun to PlayerSummaryFields
All checks were successful
Tests / Tests (pull_request) Successful in 10s

Generated by `just gql` after BE added longest_run to PlayerSummaryGQL.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dean Wenstrand
2026-05-11 13:21:47 -07:00
parent 0c9eb4945a
commit 296522afb8
3 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ fragment PlayerSummaryFields on PlayerSummaryGQL {
totalShotsMade
makePercentage
score
longestRun
}
fragment PlayerClusterShotFields on PlayerClusterShotGQL {