INPUT_OBJECT
SecurityAggregationInput
link GraphQL Schema definition
- input SecurityAggregationInput {
- # Aggregation type
- SecurityAggregationType :
- # Field on which to aggregate
- String! :
- # Limit number of buckets, if specified, top N buckets will be returned
- Int :
- # Optional sub-aggregations
- SecurityAggregationInput!] : [
- }