Skip to main content

UpdateSectionPickListItemPayload

The output of our update SectionPickListItem mutation.

type UpdateSectionPickListItemPayload {
clientMutationId: String
sectionPickListItem: SectionPickListItem
query: Query
workspace: Workspace
section: Section
sectionPickListItemEdge(
orderBy: [SectionPickListItemsOrderBy!] = [PRIMARY_KEY_ASC]
): SectionPickListItemsEdge
}

Fields

UpdateSectionPickListItemPayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

UpdateSectionPickListItemPayload.sectionPickListItem ● SectionPickListItem object

The SectionPickListItem that was updated by this mutation.

UpdateSectionPickListItemPayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

UpdateSectionPickListItemPayload.workspace ● Workspace object

Reads a single Workspace that is related to this SectionPickListItem.

UpdateSectionPickListItemPayload.section ● Section object

Reads a single Section that is related to this SectionPickListItem.

UpdateSectionPickListItemPayload.sectionPickListItemEdge ● SectionPickListItemsEdge object

An edge for our SectionPickListItem. May be used by Relay 1.

UpdateSectionPickListItemPayload.sectionPickListItemEdge.orderBy ● [SectionPickListItemsOrderBy!] list enum

The method to use when ordering SectionPickListItem.

Returned By

updateSectionPickListItem mutation ● updateSectionPickListItemByNodeId mutation