Magidoc

MergeEnvironmentInput
Input Object

Input type for mergeEnvironment mutation.

Fields

#

destinationEnvironmentName

The name of the new environment. Only relevant when destinationEnvironmentSlug is not passed.

destinationEnvironmentSlug

The slug of the environment to merge into. Not passing this will create a new environment and requires passing destinationEnvironmentName .

destinationEnvironmentType

The type of the new environment. only relevant when destinationEnvironmentSlug is not passed.

mergeConfiguration

Merge configuration

migrationType

How to migrate customers to newer plan version of updated plans. Default is not to migrate existing customers.

sourceEnvironmentSlug

The slug of the environment to copy from. If missing sourceTemplate will be used.

sourceTemplate

The product catalog template to apply. Only relevant when sourceEnvironmentSlug is not passed.

Usages

#

References

#

  • Argument input of field mergeEnvironment from type Mutation