Skip to main content

DeleteSectionPickListItemPayload

The output of our delete SectionPickListItem mutation.

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

Fields

DeleteSectionPickListItemPayload.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.

DeleteSectionPickListItemPayload.sectionPickListItem ● SectionPickListItem object

The SectionPickListItem that was deleted by this mutation.

DeleteSectionPickListItemPayload.deletedSectionPickListItemNodeId ● ID scalar

DeleteSectionPickListItemPayload.query ● Query object

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

DeleteSectionPickListItemPayload.workspace ● Workspace object

Reads a single Workspace that is related to this SectionPickListItem.

DeleteSectionPickListItemPayload.section ● Section object

Reads a single Section that is related to this SectionPickListItem.

DeleteSectionPickListItemPayload.sectionPickListItemEdge ● SectionPickListItemsEdge object

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

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

The method to use when ordering SectionPickListItem.

Returned By

deleteSectionPickListItem mutation ● deleteSectionPickListItemByNodeId mutation