MedicinalProduct
Represents a medicinal product available for prescription.
type MedicinalProduct {
id: MedicinalProductID!
name: String!
}
Fields
MedicinalProduct.id ● MedicinalProductID! non-null scalar
Unique identifier of the medicinal product.
MedicinalProduct.name ● String! non-null scalar
Trade name of the medication.
Returned By
medicinalProducts query