TermAggregates
TermAggregates represents a group of term-based aggregation buckets
type TermAggregates {
name: String!
buckets: [TermAggregateResult!]!
}
Fields
TermAggregates.name ● String! non-null scalar
Name identifies this group of buckets
TermAggregates.buckets ● [TermAggregateResult!]! non-null object
The individual buckets within this aggregation
Member Of
AggregateResult object