MedicalProperty
Medical properties of a product for a given country.
type MedicalProperty {
country: String!
isNarcotic: Boolean
isDrug: Boolean
isCbd: Boolean
isCosmeticProduct: Boolean
}
Fields
MedicalProperty.country ● String! non-null scalar
The country of the medical properties.
MedicalProperty.isNarcotic ● Boolean scalar
Whether the product is a narcotic.
MedicalProperty.isDrug ● Boolean scalar
Whether the product is a drug.
MedicalProperty.isCbd ● Boolean scalar
Whether the product contains CBD.
MedicalProperty.isCosmeticProduct ● Boolean scalar
Whether the product is a cosmetic product.
Member Of
Product object