Skip to main content

RecoverSectionPickListItemPayload

The output of our recoverSectionPickListItem mutation.

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

Fields

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

RecoverSectionPickListItemPayload.sectionPickListItem ● SectionPickListItem object

RecoverSectionPickListItemPayload.query ● Query object

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

RecoverSectionPickListItemPayload.workspace ● Workspace object

Reads a single Workspace that is related to this SectionPickListItem.

RecoverSectionPickListItemPayload.section ● Section object

Reads a single Section that is related to this SectionPickListItem.

RecoverSectionPickListItemPayload.sectionPickListItemEdge ● SectionPickListItemsEdge object

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

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

The method to use when ordering SectionPickListItem.

Returned By

recoverSectionPickListItem mutation