SectionPickListItemInput
An input for mutations affecting SectionPickListItem
input SectionPickListItemInput {
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
}