Skip to main content

RecoverSectionPayload

The output of our recoverSection mutation.

type RecoverSectionPayload {
clientMutationId: String
section: Section
query: Query
summary: Summary
playbook: Playbook
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
sectionEdge(
orderBy: [SectionsOrderBy!] = [PRIMARY_KEY_ASC]
): SectionsEdge
}

Fields

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

RecoverSectionPayload.section ● Section object

RecoverSectionPayload.query ● Query object

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

RecoverSectionPayload.summary ● Summary object

Reads a single Summary that is related to this Section.

RecoverSectionPayload.playbook ● Playbook object

Reads a single Playbook that is related to this Section.

RecoverSectionPayload.workspace ● Workspace object

Reads a single Workspace that is related to this Section.

RecoverSectionPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this Section.

RecoverSectionPayload.sectionEdge ● SectionsEdge object

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

RecoverSectionPayload.sectionEdge.orderBy ● [SectionsOrderBy!] list enum

The method to use when ordering Section.

Returned By

recoverSection mutation