Skip to content

updateGroupCarePlanPayload

Autogenerated return type of updateGroupCarePlan.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateGroupCarePlan.
"""
type updateGroupCarePlanPayload {
carePlan: CarePlan
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}