Skip to content

deleteCarePlanConnectionPayload

Autogenerated return type of deleteCarePlanConnection.

Fields

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

Used By

Definition

"""
Autogenerated return type of deleteCarePlanConnection.
"""
type deleteCarePlanConnectionPayload {
connection: CarePlanConnection
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}