SectionPatch
Represents an update to a Section. Fields that are set will be updated.
input SectionPatch {
id: String
workspaceId: String
playbookId: String
summaryId: String
order: BigFloat
type: String
title: String
data: JSON
createdByWorkspaceAccountId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
internal: Boolean
}
Fields
SectionPatch.id ● String scalar
SectionPatch.workspaceId ● String scalar
SectionPatch.playbookId ● String scalar
When set, the playbook (template) this section belongs to rather than a live accord's summary.
SectionPatch.summaryId ● String scalar
The summary this section belongs to.
SectionPatch.order ● BigFloat scalar
Sort position of the section within its summary or playbook.
SectionPatch.type ● String scalar
The kind of section, which determines how data is interpreted: rich-text, pick-list, resource, embed-url, reportable-table, or intro. text is a legacy value that the copy paths still accept but nothing creates.
SectionPatch.title ● String scalar
SectionPatch.data ● JSON scalar
JSON payload holding the section's type-specific content.
SectionPatch.createdByWorkspaceAccountId ● String scalar
SectionPatch.version ● Int scalar
SectionPatch.deletedAt ● Datetime scalar
SectionPatch.updatedAt ● Datetime scalar
SectionPatch.createdAt ● Datetime scalar
SectionPatch.internal ● Boolean scalar
When true, the section is visible only to the internal seller side, not the customer.
Member Of
UpdateSectionByNodeIdInput input ● UpdateSectionInput input ● upsertSectionByIdInput input