Skip to main content

ReconcileIntegrationManifestResult

No description

type ReconcileIntegrationManifestResult {
catalog_version_after: Int!
catalog_version_before: Int!
catalog_version_changed: Boolean!
dry_run: Boolean!
entity_schemas_replaced: Boolean!
integration_id: ID!
resources_updated: [ReconcileIntegrationManifestResourceChange!]!
sync_jobs_created: Int!
sync_jobs_unscheduled: Int!
sync_jobs_updated: Int!
}

Fields

ReconcileIntegrationManifestResult.catalog_version_after ● Int! non-null scalar

ReconcileIntegrationManifestResult.catalog_version_before ● Int! non-null scalar

ReconcileIntegrationManifestResult.catalog_version_changed ● Boolean! non-null scalar

ReconcileIntegrationManifestResult.dry_run ● Boolean! non-null scalar

ReconcileIntegrationManifestResult.entity_schemas_replaced ● Boolean! non-null scalar

ReconcileIntegrationManifestResult.integration_id ● ID! non-null scalar

ReconcileIntegrationManifestResult.resources_updated ● [ReconcileIntegrationManifestResourceChange!]! non-null object

ReconcileIntegrationManifestResult.sync_jobs_created ● Int! non-null scalar

ReconcileIntegrationManifestResult.sync_jobs_unscheduled ● Int! non-null scalar

ReconcileIntegrationManifestResult.sync_jobs_updated ● Int! non-null scalar

Returned By

reconcileIntegrationManifest mutation