Skip to content

FullscriptProductType

Fullscript Product Type

Fields

additional_info · String · Additional Info
dosage · String · Dosage of the product
id · String! · required · The unique identifier of the product fullscript
ordered · String · Ordered
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
}