Skip to content

updateHealthConcernPayload

Autogenerated return type of updateHealthConcern.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateHealthConcern.
"""
type updateHealthConcernPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
health_concern: HealthConcern
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}