OBJECT

CustomerProductListItem

link GraphQL Schema definition

  • type CustomerProductListItem {
  • description: String
  • # NB: Carries a performance cost, as asking for this will result in a separate API
  • # call in the backend.
  • product: Product
  • quantity: Int
  • variant: ProductVariant
  • }