Skip to content

updateMedicationInput

Autogenerated input type of updateMedication

Fields

Used By

Definition

"""
Autogenerated input type of updateMedication
"""
input updateMedicationInput {
active: Boolean
code: String
comment: String
custom_name: String
directions: String
dosage: String
end_date: ISO8601DateTime
frequency: String
id: ID
name: String
route: String
start_date: ISO8601DateTime
}