updateNote
updateNote(
id: ID!
input: UpdateNoteInput!
associatedObjects: [ID!]
): Note!
updateNote(
id: ID!
input: UpdateNoteInput!
associatedObjects: [ID!]
): Note!
updateNote.id ● ID! non-null scalarupdateNote.input ● UpdateNoteInput! non-null inputupdateNote.associatedObjects ● [ID!] list scalarNote object