Skip to main content

AppEnvironmentCreateChildEnvironmentInput

Input for creating a child environment from a production environment

input AppEnvironmentCreateChildEnvironmentInput {
appId: Int!
branch: String
environmentName: String!
nodejsVersion: String
phpVersion: String
}

Fields

AppEnvironmentCreateChildEnvironmentInput.appId ● Int! non-null scalar common

The unique ID of the parent environment

AppEnvironmentCreateChildEnvironmentInput.branch ● String scalar common

The branch to use for the child environment

AppEnvironmentCreateChildEnvironmentInput.environmentName ● String! non-null scalar common

The name for the new child environment

AppEnvironmentCreateChildEnvironmentInput.nodejsVersion ● String scalar common

The Node.js version for the child environment

AppEnvironmentCreateChildEnvironmentInput.phpVersion ● String scalar common

The PHP version for the child environment

Member Of

createChildEnvironment mutation