OBJECT
AggregationBucketResult
The results of an aggregation.
link GraphQL Schema definition
- type AggregationBucketResult {
- # The string that was matched.
- String! :
- # The quantity of items matching the string in `bucket_value`.
- String! :
- # The results of a sub-aggregation query.
- Aggregation] : [
- }