Skip to main content

UpdateNoteByNodeIdInput

All input for the updateNoteByNodeId mutation.

input UpdateNoteByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: NotePatch!
}

Fields

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

UpdateNoteByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateNoteByNodeIdInput.patch ● NotePatch! non-null input

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

Member Of

updateNoteByNodeId mutation