Skip to main content

AppEnvironmentSyncInput

Input for triggering an environment sync.

input AppEnvironmentSyncInput {
config: JSON
environmentId: Int!
fromEnvironmentId: Int
id: Int!
}

Fields

AppEnvironmentSyncInput.config ● JSON scalar common

The copy configuration payload.

AppEnvironmentSyncInput.environmentId ● Int! non-null scalar common

The environment ID to sync.

AppEnvironmentSyncInput.fromEnvironmentId ● Int scalar common

The source environment ID to sync from.

AppEnvironmentSyncInput.id ● Int! non-null scalar common

The application ID.

Member Of

syncEnvironment mutation