Skip to content

updateByTemplatePayload

Autogenerated return type of updateByTemplate.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateByTemplate.
"""
type updateByTemplatePayload {
care_plan: CarePlanConnection
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}