Skip to main content

ApplyIntegrationTemplateSectionDiff

One section of an apply-template plan diff. target is config | entity_schemas | provisioning_profile | sync_profile | sync_job:<entity_class>:<entity>; action is create | update | none.

type ApplyIntegrationTemplateSectionDiff {
action: String!
after: JSON
before: JSON
target: String!
}

Fields

ApplyIntegrationTemplateSectionDiff.action ● String! non-null scalar

ApplyIntegrationTemplateSectionDiff.after ● JSON scalar

ApplyIntegrationTemplateSectionDiff.before ● JSON scalar

ApplyIntegrationTemplateSectionDiff.target ● String! non-null scalar

Member Of

ApplyIntegrationTemplateResult object