DeleteNoteOutput
No description
type DeleteNoteOutput {
note: Note
error: MutationError
}
Fields
DeleteNoteOutput.note
● Note
object
DeleteNoteOutput.error
● MutationError
object
Returned by
deleteNote
mutation