deleteNote
Deletes a single Note using a unique key.
deleteNote(
input: DeleteNoteInput!
): DeleteNotePayload
Arguments
deleteNote.input ● DeleteNoteInput! non-null input
The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.
Type
DeleteNotePayload object
The output of our delete Note mutation.