Skip to main content

SectionInput

An input for mutations affecting Section

input SectionInput {
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

SectionInput.id ● String scalar

SectionInput.workspaceId ● String scalar

SectionInput.playbookId ● String scalar

When set, the playbook (template) this section belongs to rather than a live accord's summary.

SectionInput.summaryId ● String scalar

The summary this section belongs to.

SectionInput.order ● BigFloat scalar

Sort position of the section within its summary or playbook.

SectionInput.type ● String! non-null 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.

SectionInput.title ● String scalar

SectionInput.data ● JSON scalar

JSON payload holding the section's type-specific content.

SectionInput.createdByWorkspaceAccountId ● String scalar

SectionInput.version ● Int scalar

SectionInput.deletedAt ● Datetime scalar

SectionInput.updatedAt ● Datetime scalar

SectionInput.createdAt ● Datetime scalar

SectionInput.internal ● Boolean scalar

When true, the section is visible only to the internal seller side, not the customer.

Member Of

CreateSectionInput input ● upsertSectionByIdInput input