INTERFACE
ArtifactMetadataVersionConnection
link GraphQL Schema definition
- interface ArtifactMetadataVersionConnection {
- # List of ArtifactMetadataVersion's
- ArtifactMetadataVersion!] : [
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- ArtifactMetadataVersionEdge!] : [
- # Paging support
- PageInfo! :
- # Optional total elements count across all pages when available
- Int :
- }
link Require by
- ArtifactAssessmentAn analysis done on an artifact is an assessment. An assessment is an operational data that captures user/project visibility information. Domain specific implementation may add to this as appropriate.
- ArtifactMetadataArtifactMetadata is a container for additional information about an artifact. An artifact represents the files/images used to deploy a runnable resource whether that be an application, container or VM, not the actual running resource. As of now we support ArtifactSBOMInfo as metadata. Domain specific implementation may add more metadata as appropriate
- SpringArtifactMetadataVersionConnectionnull