2024-03-09 10:21:43 -07:00
|
|
|
query GetAggregatedShotMetrics($aggregateInput: AggregateInputGQL!) {
|
|
|
|
getAggregatedShotMetrics(aggregateInput: $aggregateInput) {
|
2024-02-05 12:16:58 -07:00
|
|
|
featureBuckets {
|
|
|
|
rangeKey
|
|
|
|
lowerBound
|
|
|
|
}
|
|
|
|
targetMetrics {
|
|
|
|
count
|
|
|
|
makePercentage
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|