OBJECT

CustomerProductList

link GraphQL Schema definition

  • type CustomerProductList {
  • description: String
  • id: ID!
  • # NB: Carries a performance cost, as asking for this will result in a separate API
  • # call in the backend.
  • items: [CustomerProductListItem]
  • name: String
  • shareToken: String
  • # NB: Carries a performance cost, as asking for this will result in a separate API
  • # call in the backend.
  • type: CustomerProductListType
  • }