Skip to main content

DeleteNoteByNodeIdInput

All input for the deleteNoteByNodeId mutation.

input DeleteNoteByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteNoteByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteNoteByNodeId mutation