Skip to content

updateAddendumPayload

Autogenerated return type of updateAddendum.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateAddendum.
"""
type updateAddendumPayload {
addendum: ChartingNoteAddendumType
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}