Add filtering support to aggregate gql
This commit is contained in:
17
src/operations/aggregate.gql
Normal file
17
src/operations/aggregate.gql
Normal file
@@ -0,0 +1,17 @@
|
||||
query GetAggregatedShotMetrics($aggregateInput: AggregateInputGQL!) {
|
||||
getAggregatedShotMetrics(aggregateInput: $aggregateInput) {
|
||||
featureBuckets {
|
||||
rangeKey
|
||||
lowerBound
|
||||
}
|
||||
targetMetrics {
|
||||
count
|
||||
makePercentage
|
||||
floatFeature {
|
||||
featureName
|
||||
average
|
||||
median
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user