INPUT_OBJECT

SecurityAggregationInput

link GraphQL Schema definition

  • input SecurityAggregationInput {
  • # Aggregation type
  • aggregationType: SecurityAggregationType
  • # Field on which to aggregate
  • fieldName: String!
  • # Limit number of buckets, if specified, top N buckets will be returned
  • maxBucketCount: Int
  • # Optional sub-aggregations
  • subAggregations: [SecurityAggregationInput!]
  • }