Skip to content

createMedicationPayload

Autogenerated return type of createMedication.

Fields

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

Used By

Definition

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