OBJECT

MedicationOptionType

Medication query result

link GraphQL Schema definition

  • type MedicationOptionType {
  • # The dosage options of the medication option
  • dosage_options: [DosageType]
  • # The dosages of the medication option
  • dosages: [String!]
  • # The unique identifier of the medication option
  • id: ID!
  • # The name of the medication option
  • name: String!
  • }