updateMedicationInput
Autogenerated input type of updateMedication
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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}