InstanceDependency
A dependency keyed by the input handle that consumes it.
type InstanceDependency {
field: String!
resource: Resource!
}
Fields
InstanceDependency.field ● String! non-null scalar {#field}
The input handle that consumes this resource
InstanceDependency.resource ● Resource! non-null object {#resource}
The resource artifact
Member Of
InstanceDependenciesPage object