Support multiple aggregation types in gql
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
query GetAggregatedShotMetrics($aggregateInput: AggregateInputGQL!) {
|
||||
getAggregatedShotMetrics(aggregateInput: $aggregateInput) {
|
||||
featureBuckets {
|
||||
rangeKey
|
||||
lowerBound
|
||||
aggregationIdentifiers {
|
||||
featureName
|
||||
groupName
|
||||
}
|
||||
targetMetrics {
|
||||
count
|
||||
|
Reference in New Issue
Block a user