INPUT_OBJECT
ArtifactVulnerabilityAggregationFieldInput
Fields on which aggregation is needed For nested aggregation subAggregations needs to be populated
link GraphQL Schema definition
- input ArtifactVulnerabilityAggregationFieldInput {
- # Type of aggregations
- ArtifactVulnerabilityEntityAggregationType! :
- # name of field on which aggregation is to be performed
- # Supported filed names : severity, packageName, packageVersion
- String! :
- # nested aggregations
- ArtifactVulnerabilityAggregationFieldInput :
- }