Skip to main content

LinkAppToEnvironmentInput

No description

input LinkAppToEnvironmentInput {
orgId: BigInt!
appId: BigInt!
environmentSlug: String!
}

Fields

LinkAppToEnvironmentInput.orgId ● BigInt! non-null scalar

Organization id (BigInt) that owns both the app and the environment.

LinkAppToEnvironmentInput.appId ● BigInt! non-null scalar

App id (BigInt) to link. Must be unlinked and not a shared app.

LinkAppToEnvironmentInput.environmentSlug ● String! non-null scalar

Environment slug (cks_environments.slug) to link the app to.

Member Of

linkAppToEnvironment mutation