BucketInput
BucketInput defines a named aggregation
input BucketInput {
name: String!
aggregateBy: CertificateSearchFilterInput!
aggregates: [AggregateInput!]
}
Fields
BucketInput.name ● String! non-null scalar
Name of this aggregation bucket
BucketInput.aggregateBy ● CertificateSearchFilterInput! non-null input
Field or expression to aggregate by
BucketInput.aggregates ● [AggregateInput!] list input
Nested aggregations to apply within this bucket