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