Skip to main content

UpdateExecutiveSummaryPayload

The output of our update ExecutiveSummary mutation.

type UpdateExecutiveSummaryPayload {
clientMutationId: String
executiveSummary: ExecutiveSummary
query: Query
accord: Accord
workspace: Workspace
executiveSummaryEdge(
orderBy: [ExecutiveSummariesOrderBy!] = [PRIMARY_KEY_ASC]
): ExecutiveSummariesEdge
}

Fields

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

UpdateExecutiveSummaryPayload.executiveSummary ● ExecutiveSummary object

The ExecutiveSummary that was updated by this mutation.

UpdateExecutiveSummaryPayload.query ● Query object

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

UpdateExecutiveSummaryPayload.accord ● Accord object

Reads a single Accord that is related to this ExecutiveSummary.

UpdateExecutiveSummaryPayload.workspace ● Workspace object

Reads a single Workspace that is related to this ExecutiveSummary.

UpdateExecutiveSummaryPayload.executiveSummaryEdge ● ExecutiveSummariesEdge object

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

UpdateExecutiveSummaryPayload.executiveSummaryEdge.orderBy ● [ExecutiveSummariesOrderBy!] list enum

The method to use when ordering ExecutiveSummary.

Returned By

updateExecutiveSummary mutation ● updateExecutiveSummaryByNodeId mutation