Skip to main content

SectionPickListItem

No description

type SectionPickListItem implements Node {
nodeId: ID!
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
workspace: Workspace
section: Section
}

Fields

SectionPickListItem.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

SectionPickListItem.id ● String! non-null scalar

SectionPickListItem.workspaceId ● String! non-null scalar

SectionPickListItem.sectionId ● String scalar

SectionPickListItem.order ● BigFloat! non-null scalar

SectionPickListItem.text ● String scalar

SectionPickListItem.version ● Int! non-null scalar

SectionPickListItem.createdByWorkspaceAccountId ● String scalar

SectionPickListItem.deletedAt ● Datetime scalar

SectionPickListItem.updatedAt ● Datetime! non-null scalar

SectionPickListItem.createdAt ● Datetime! non-null scalar

SectionPickListItem.label ● String scalar

SectionPickListItem.isSource ● Boolean! non-null scalar

SectionPickListItem.sourceId ● String scalar

SectionPickListItem.workspace ● Workspace object

Reads a single Workspace that is related to this SectionPickListItem.

SectionPickListItem.section ● Section object

Reads a single Section that is related to this SectionPickListItem.

Interfaces

Node interface

An object with a globally unique ID.

Returned By

sectionPickListItem query ● sectionPickListItemByNodeId query ● sectionPickListItems query

Member Of

CreateSectionPickListItemPayload object ● DeleteSectionPickListItemPayload object ● RecoverSectionPickListItemPayload object ● Section object ● SectionPickListItemsConnection object ● SectionPickListItemsEdge object ● UpdateSectionPickListItemPayload object ● Workspace object