Skip to content

updateNotePayload

Autogenerated return type of updateNote.

Fields

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

Used By

Definition

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