Skip to content

createNotePayload

Autogenerated return type of createNote.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createNote.
"""
type createNotePayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
note: Note
}