PackageResource
A package node in the diagram
type PackageResource {
id: ID!
name: String
package: Package
manifest: Manifest
artifacts: [Artifact]
deployments: [Deployment]
}
Fields
PackageResource.id
● ID!
non-null scalar
ID of the underlying package
PackageResource.name
● String
scalar
Manifest name for the current package name
PackageResource.package
● Package
object
The package
PackageResource.manifest
● Manifest
object
The manifest
PackageResource.artifacts
● [Artifact]
list object
Artifacts associated with this package
PackageResource.deployments
● [Deployment]
list object
Deployments associated with this package
Implemented By
Resource
union