Skip to main content

startImport

Start importing data into an environment.

startImport(
input: AppEnvironmentImportInput
): AppEnvironmentImportPayload!

Example

mutation ($input: AppEnvironmentImportInput) {
startImport(input: $input) {
app {
active
createdAt
id
name
organizationId
repo
serviceStatus
supportPackage
type
typeId
}
message
success
}
}

Arguments

startImport.input ● AppEnvironmentImportInput input common

The import settings to apply.

Type

AppEnvironmentImportPayload object common

The result of starting an environment import.