INPUT_OBJECT
InsightAggregationInput
link GraphQL Schema definition
- input InsightAggregationInput {
- # Aggregation type
- InsightAggregationType :
- # fieldName dictates columns/member-variables on which to aggregate.
- # fieldName has 2 special use cases:
- # - systemFailures: to get insights that are tagged with isFault = true
- # - resource: widely used field name for originatingEntityIds
- # Note that: resource or originatingEntityIds both can be used to query.
- String! :
- # Optional sub-aggregations
- InsightAggregationInput!] : [
- }