createNote
Create a note. Cannot create notes in conversations exceeding 256 members.
Arguments
Returns
createNotePayload Example
mutation createNote($input: createNoteInput!) { createNote(input: $input) { messages note }}Create a note. Cannot create notes in conversations exceeding 256 members.
createNotePayload mutation createNote($input: createNoteInput!) { createNote(input: $input) { messages note }}