OBJECT

ArtifactMetadataQuery

link GraphQL Schema definition

  • type ArtifactMetadataQuery {
  • # Direct access to individual artifact metadata provider queries through
  • # per-provider fields.
  • artifactQueryProviders: ArtifactMetadataQueryProviders!
  • # Query latest SBOM for an entity, return latest SBOM content json for requested
  • # entity
  • # throws exception if either entity does not have an sbom mapping or if the mapped
  • # sbom is not available
  • #
  • # Arguments
  • # entityId: [Not documented]
  • querySBOMForEntity(entityId: EntityId!): ArtifactSbomContent!
  • }

link Require by