ArtifactResource
An artifact node in the diagram
type ArtifactResource {
name: String
type: String
id: ID
artifactId: ID
origin: String
sourceTargetId: ID
sourceProjectId: ID
}
Fields
ArtifactResource.name
● String
scalar
Artifact name
ArtifactResource.type
● String
scalar
Artifact type
ArtifactResource.id
● ID
scalar
Unique identifier
ArtifactResource.artifactId
● ID
scalar
ID of the underlying artifact
ArtifactResource.origin
● String
scalar
Origin of the artifact
ArtifactResource.sourceTargetId
● ID
scalar
ID of the source target
ArtifactResource.sourceProjectId
● ID
scalar
ID of the source project
Implemented By
Resource
union