Skip to content

createNote

Create a note. Cannot create notes in conversations exceeding 256 members.

Arguments

input · createNoteInput! · required · Parameters for createNote

Returns

createNotePayload

Example

mutation createNote($input: createNoteInput!) {
createNote(input: $input) {
messages
note
}
}