Skip to content

deleteNote

Destroy a Note

Arguments

input · deleteNoteInput · Parameters for deleteNote

Returns

deleteNotePayload

Example

mutation deleteNote($input: deleteNoteInput) {
deleteNote(input: $input) {
messages
note
}
}