Skip to content

createHealthConcernPayload

Autogenerated return type of createHealthConcern.

Fields

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

Used By

Definition

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