OBJECT

ArtifactVulnerabilityEntityAggregationItems

link GraphQL Schema definition

  • type ArtifactVulnerabilityEntityAggregationItems implements CommonAggregationItems {
  • # Number of distinct buckets
  • bucketCount: Long!
  • # One or more aggregation buckets
  • buckets: [ArtifactVulnerabilityEntityAggregationBucket!]
  • # Name of the field for which aggregation requested can be one of (entityId,
  • # entityType, entityName, applicationEntityId, applicationEntityName, packageName,
  • # packageVersion)
  • field: String!
  • }