Skip to content

createNote

create Note

Arguments

input · createNoteInput! · required · Parameters for createNote

Returns

createNotePayload

Example

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