Skip to content

destroyMedicationPayload

Autogenerated return type of destroyMedication.

Fields

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

Used By

Definition

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