Skip to main content

ResourceTypeDependent

An instance that depends on a resource type, paired with the dependency field on its bundle that receives it.

An instance appears once per dependency field that references the resource type, so a bundle that depends on the same type through two fields yields two entries for that instance.

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

Fields

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

The instance whose bundle depends on the resource type.

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

The dependency field on the instance's bundle that receives this resource type (e.g., network).

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

The resource type these instances depend on.

Returned By

resourceTypeDependents query