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!
}