Add score to PlayerSummaryFields + PlayerClusterFields fragments
All checks were successful
Tests / Tests (pull_request) Successful in 9s
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user