@stigg/node-server-sdk - v4.22.1

    Type Alias MergeEnvironmentInput

    Input type for mergeEnvironment mutation

    Index

    Properties

    destinationEnvironmentName?: InputMaybe<Scalars["String"]>

    Name for the new environment if destinationEnvironmentSlug is not provided

    destinationEnvironmentSlug?: InputMaybe<Scalars["String"]>

    Slug of the destination environment to merge into. If not provided, a new environment will be created

    destinationEnvironmentType?: InputMaybe<EnvironmentType>

    Type for the new environment if destinationEnvironmentSlug is not provided

    Optional configuration to customize the merge process

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

    sourceEnvironmentSlug?: InputMaybe<Scalars["String"]>

    Slug of the source environment to merge from. Either this or sourceTemplate must be provided

    sourceTemplate?: InputMaybe<Scalars["JSON"]>

    A template dump of the source environment. Either this or sourceEnvironmentSlug must be provided

    MMNEPVFCICPMFPCPTTAAATR