removeNote
Mutation that allows you to remove a note from a notable object. It can raise a NotFoundError
if the note is not found.
removeNote(
input: RemoveNoteInput!
): Note!
Arguments
removeNote.input
● RemoveNoteInput!
non-null input
Parameters for RemoveNote
Type
Note
object
The NoteType
is a GraphQL object type that represents a note in the system.