TermAggregateResult
TermAggregateResult represents a single bucket in a terms aggregation
type TermAggregateResult {
value: JSON!
count: Int!
}
Fields
TermAggregateResult.value ● JSON! non-null scalar
The bucket's key or term value
TermAggregateResult.count ● Int! non-null scalar
Number of documents in this bucket
Member Of
TermAggregates object