Skip to content

createNote

create Note

Arguments

input · createNoteInput · Parameters for createNote

Returns

createNotePayload

Example

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