railbird-gql/src/operations/aggregate.gql

13 lines
256 B
Plaintext
Raw Normal View History

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
}
}
}