Skip to main content

UpdateSummaryByNodeIdInput

All input for the updateSummaryByNodeId mutation.

input UpdateSummaryByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: SummaryPatch!
}

Fields

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

UpdateSummaryByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single Summary to be updated.

UpdateSummaryByNodeIdInput.patch ● SummaryPatch! non-null input

An object where the defined keys will be set on the Summary being updated.

Member Of

updateSummaryByNodeId mutation