MergeEnvironmentInput
No description
input MergeEnvironmentInput {
copySecrets: Boolean
copyEnvDefaults: Boolean
copyRemoteReferences: Boolean
}
Fields
MergeEnvironmentInput.copySecrets ● Boolean scalar
Whether to copy secrets from the fork back to the parent environment
MergeEnvironmentInput.copyEnvDefaults ● Boolean scalar
Whether to copy environment defaults (target connections) from the fork back to the parent environment
MergeEnvironmentInput.copyRemoteReferences ● Boolean scalar
Whether to copy remote references from the fork back to the parent environment
Member Of
mergeEnvironment mutation