Skip to content

updateMedicationPayload

Autogenerated return type of updateMedication.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateMedication.
"""
type updateMedicationPayload {
medication: MedicationType
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}