InstanceLeaf
An instance returned in list results.
type InstanceLeaf {
id: ID!
name: String!
status: InstanceStatus!
version: String!
releaseStrategy: ReleaseStrategy!
createdAt: DateTime!
updatedAt: DateTime!
environment: EnvironmentLeaf
bundle: BundleLeaf
}
Fields
InstanceLeaf.id ● ID! non-null scalar {#id}
InstanceLeaf.name ● String! non-null scalar {#name}
Instance display name
InstanceLeaf.status ● InstanceStatus! non-null enum {#status}
Current state of the instance
InstanceLeaf.version ● String! non-null scalar {#version}
Version constraint (e.g., '~1.0' or '1.2.3')
InstanceLeaf.releaseStrategy ● ReleaseStrategy! non-null enum {#release-strategy}
Whether to use stable or development releases
InstanceLeaf.createdAt ● DateTime! non-null scalar {#created-at}
When this instance was created (UTC)
InstanceLeaf.updatedAt ● DateTime! non-null scalar {#updated-at}
When this instance was last modified (UTC)
InstanceLeaf.environment ● EnvironmentLeaf object {#environment}
The environment this instance is deployed in.
InstanceLeaf.bundle ● BundleLeaf object {#bundle}
The bundle version currently deployed.
Member Of
DeploymentLeaf object ● InstancesPage object