Skip to content

updateMedicationInput

Autogenerated input type of updateMedication

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateMedication
"""
input updateMedicationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
active: Boolean
code: String
comment: String
custom_name: String
directions: String
dosage: String
end_date: String
frequency: String
id: ID
name: String
route: String
start_date: String
}