Skip to content

updateHealthConcernPayload

Autogenerated return type of updateHealthConcern.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateHealthConcern.
"""
type updateHealthConcernPayload {
health_concern: HealthConcern
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}