FullscriptProductType
Fullscript Product Type
Fields
additional_info
· String
· Additional Info product_name
· String
· The name of the product Used By
Definition
"""Fullscript Product Type"""type FullscriptProductType { """ Additional Info """ additional_info: String
""" Dosage of the product """ dosage: String
""" The unique identifier of the product fullscript """ id: String!
""" Ordered """ ordered: String
""" The name of the product """ product_name: String}