Skip to main content

DeleteExecutiveSummaryByNodeIdInput

All input for the deleteExecutiveSummaryByNodeId mutation.

input DeleteExecutiveSummaryByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

DeleteExecutiveSummaryByNodeIdInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

DeleteExecutiveSummaryByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single ExecutiveSummary to be deleted.

Member Of

deleteExecutiveSummaryByNodeId mutation