AggregateResult
AggregateResult represents the result of an aggregation
type AggregateResult {
name: String!
count: Int!
aggregates: [TermAggregates!]
}
Fields
AggregateResult.name ● String! non-null scalar
Name identifies the field or value being aggregated
AggregateResult.count ● Int! non-null scalar
Count represents the number of items in this aggregation bucket
AggregateResult.aggregates ● [TermAggregates!] list object
Nested aggregates within this aggregation bucket