Skip to main content

SectionPickListItemPatch

Represents an update to a SectionPickListItem. Fields that are set will be updated.

input SectionPickListItemPatch {
id: String
workspaceId: String
sectionId: String
order: BigFloat
text: String
version: Int
createdByWorkspaceAccountId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
label: String
isSource: Boolean
sourceId: String
}

Fields

SectionPickListItemPatch.id ● String scalar

SectionPickListItemPatch.workspaceId ● String scalar

SectionPickListItemPatch.sectionId ● String scalar

SectionPickListItemPatch.order ● BigFloat scalar

SectionPickListItemPatch.text ● String scalar

SectionPickListItemPatch.version ● Int scalar

SectionPickListItemPatch.createdByWorkspaceAccountId ● String scalar

SectionPickListItemPatch.deletedAt ● Datetime scalar

SectionPickListItemPatch.updatedAt ● Datetime scalar

SectionPickListItemPatch.createdAt ● Datetime scalar

SectionPickListItemPatch.label ● String scalar

SectionPickListItemPatch.isSource ● Boolean scalar

SectionPickListItemPatch.sourceId ● String scalar

Member Of

UpdateSectionPickListItemByNodeIdInput input ● UpdateSectionPickListItemInput input