Skip to main content

AppEnvironmentSyncPreview

A preview of whether an environment can be synced.

type AppEnvironmentSyncPreview {
backup: AppEnvironmentBackup
canSync: Boolean
config: AppEnvironmentSyncConfig
errors: [AppEnvironmentSyncError]
from: AppEnvironment
githubCreateSyncFileConfigURL: String
replacements: [AppEnvironmentSyncReplacement]
sourceEnvironment: AppEnvironment
to: AppEnvironment
}

Fields

AppEnvironmentSyncPreview.backup ● AppEnvironmentBackup object common

The backup that will be used for sync.

AppEnvironmentSyncPreview.canSync ● Boolean scalar common

Whether the environment can be synced.

AppEnvironmentSyncPreview.config ● AppEnvironmentSyncConfig object common

The configuration preview for the sync.

AppEnvironmentSyncPreview.errors ● [AppEnvironmentSyncError] list object common

The validation errors preventing sync.

AppEnvironmentSyncPreview.from ● AppEnvironment object common

The source environment reference.

AppEnvironmentSyncPreview.githubCreateSyncFileConfigURL ● String scalar common

The URL used to create sync file configuration in GitHub.

AppEnvironmentSyncPreview.replacements ● [AppEnvironmentSyncReplacement] list object common

The replacements that will be applied during sync.

AppEnvironmentSyncPreview.sourceEnvironment ● AppEnvironment object common

The source environment to sync from.

AppEnvironmentSyncPreview.to ● AppEnvironment object common

The destination environment reference.

Member Of

AppEnvironment object