OBJECT

CustomerProductListResult

link GraphQL Schema definition

  • type CustomerProductListResult {
  • # NB: Carries a performance cost, as asking for this will result in a separate API
  • # call in the backend.
  • customerProductList: CustomerProductList
  • }

link Require by