OBJECT
ArtifactMetadataQuery
link GraphQL Schema definition
- type ArtifactMetadataQuery {
- # Direct access to individual artifact metadata provider queries through
- # per-provider fields.
- 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]
- EntityId!): ArtifactSbomContent! ( :
- }