Skip to main content

ForkEnvironmentInput

No description

input ForkEnvironmentInput {
name: String!
slug: String!
description: String
copySecrets: Boolean
copyEnvDefaults: Boolean
copyRemoteReferences: Boolean
}

Fields

ForkEnvironmentInput.name ● String! non-null scalar

Name for the new forked environment

ForkEnvironmentInput.slug ● String! non-null scalar

Slug for the new forked environment

ForkEnvironmentInput.description ● String scalar

Optional description for the new forked environment

ForkEnvironmentInput.copySecrets ● Boolean scalar

Whether to copy secrets from the parent environment to the fork

ForkEnvironmentInput.copyEnvDefaults ● Boolean scalar

Whether to copy environment defaults (target connections) from the parent environment to the fork

ForkEnvironmentInput.copyRemoteReferences ● Boolean scalar

Whether to copy remote references from the parent environment to the fork

Member Of

forkEnvironment mutation