OBJECT
MedicationOptionType
Medication query result
link GraphQL Schema definition
- type MedicationOptionType {
- # The dosage options of the medication option
- DosageType] : [
- # The dosages of the medication option
- String!] : [
- # The unique identifier of the medication option
- ID! :
- # The name of the medication option
- String! :
- }