Skip to content

destroyMedicationPayload

Autogenerated return type of destroyMedication.

Fields

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

Used By

Definition

"""
Autogenerated return type of destroyMedication.
"""
type destroyMedicationPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
medication: MedicationType
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}