Skip to main content

UnfulfilledDependency

A required dependency input on an instance that nothing in the environment fills.

The instance's bundle marks this input as required, but no blueprint link, per-instance remote reference, or environment default provides a resource of the expected type. Deploying the instance blocks until the input is connected.

type UnfulfilledDependency {
instance: Instance!
field: String!
resourceType: ResourceType!
}

Fields

UnfulfilledDependency.instance ● Instance! non-null object {#instance}

The instance whose bundle requires this input.

UnfulfilledDependency.field ● String! non-null scalar {#field}

The input handle name that needs a resource wired into it (e.g., database).

UnfulfilledDependency.resourceType ● ResourceType! non-null object {#resource-type}

The resource type this input requires. Wire in a resource of this type to fulfill it.

Member Of

Environment object