Skip to content

updateMedicationInput

Autogenerated input type of updateMedication

Fields

deprecated DO NOT USE
metadata · JSON · A JSON object of key-value string pairs. Max 50 keys, max key length 40 chars, max value length 2000 chars, max total length 2000 chars.

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
"""
A JSON object of key-value string pairs. Max 50 keys, max key length 40 chars, max value length 2000 chars, max total length 2000 chars.
"""
metadata: JSON
name: String
route: String
start_date: String
}