add averageDifficulty to aggregate operation
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2025-12-10 11:43:58 -08:00
parent 09267529cd
commit 3c8be1d647
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ query GetAggregatedShotMetrics($aggregateInput: AggregateInputGQL!) {
targetMetrics {
count
makePercentage
averageDifficulty
}
}
}