createNote
create Note
Arguments
input
· createNoteInput
· Parameters for createNote Returns
createNotePayload
Example
mutation createNote($input: createNoteInput) { createNote(input: $input) { messages note }}
create Note
input
· createNoteInput
· Parameters for createNote createNotePayload
mutation createNote($input: createNoteInput) { createNote(input: $input) { messages note }}