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

@@ -676,6 +676,7 @@ type PlayerSummaryGQL {
totalShotsMade: Int!
makePercentage: Float!
score: Int
longestRun: Int!
}
type DeployedConfigGQL {