DeleteSectionPayload
The output of our delete Section mutation.
type DeleteSectionPayload {
clientMutationId: String
section: Section
deletedSectionNodeId: ID
query: Query
summary: Summary
playbook: Playbook
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
sectionEdge(
orderBy: [SectionsOrderBy!] = [PRIMARY_KEY_ASC]
): SectionsEdge
}
Fields
DeleteSectionPayload.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.
DeleteSectionPayload.section ● Section object
The Section that was deleted by this mutation.
DeleteSectionPayload.deletedSectionNodeId ● ID scalar
DeleteSectionPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
DeleteSectionPayload.summary ● Summary object
Reads a single Summary that is related to this Section.
DeleteSectionPayload.playbook ● Playbook object
Reads a single Playbook that is related to this Section.
DeleteSectionPayload.workspace ● Workspace object
Reads a single Workspace that is related to this Section.
DeleteSectionPayload.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this Section.
DeleteSectionPayload.sectionEdge ● SectionsEdge object
An edge for our Section. May be used by Relay 1.
DeleteSectionPayload.sectionEdge.orderBy ● [SectionsOrderBy!] list enum
The method to use when ordering Section.
Returned By
deleteSection mutation ● deleteSectionByNodeId mutation