Add score to PlayerSummaryFields + PlayerClusterFields fragments
All checks were successful
Tests / Tests (pull_request) Successful in 9s

Picks up the BE additions in railbird PR dean/video-match-score:
new `score` field on PlayerClusterGQL and PlayerSummaryGQL, and
a new `score` input field on ClusterAssignmentInput.

Generated by `just gql`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dean Wenstrand
2026-05-11 10:22:58 -07:00
parent 1182c15004
commit 0c9eb4945a
3 changed files with 18 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ fragment PlayerSummaryFields on PlayerSummaryGQL {
totalShots
totalShotsMade
makePercentage
score
}
fragment PlayerClusterShotFields on PlayerClusterShotGQL {
@@ -27,6 +28,7 @@ fragment PlayerClusterFields on PlayerClusterGQL {
nShots
userId
confirmed
score
shots {
...PlayerClusterShotFields
}