Skip to content

createMedicationPayload

Autogenerated return type of createMedication.

Fields

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

Used By

Definition

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