Skip to main content

InstanceDependency

An input dependency consumed by an instance, keyed by the field handle that receives it.

Dependencies are resources from other instances wired in via connections. For example, an application instance might have a database dependency that receives the connection string from a database instance.

type InstanceDependency {
field: String!
resource: Resource!
}

Fields

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

The input handle name that consumes this resource (e.g., database).

InstanceDependency.resource ● Resource! non-null object {#resource}

The resource containing the actual data.

Member Of

InstanceDependenciesPage object