Skip to main content

environmentForwardVersions

Release versions a specific environment may upgrade to: available, deployable by its environment class, and not older than the version it currently runs (forward-only — no rollback). Newest first; backs the version picker passed to redeployEnvironment. Requires the 'view_environments' org permission.

environmentForwardVersions(
orgId: BigInt!
slug: String!
): [CksEnvironmentVersion!]!

Arguments

environmentForwardVersions.orgId ● BigInt! non-null scalar

Organization id (BigInt) that owns the environment.

environmentForwardVersions.slug ● String! non-null scalar

Environment slug to list upgrade targets for.

Type

CksEnvironmentVersion object

An environment release version in the deployable catalog.