OBJECT

FullscriptProductType

Fullscript Product Type

link GraphQL Schema definition

  • 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
  • }