OBJECT
CustomerProductList
link GraphQL Schema definition
- type CustomerProductList {
- : String
- : ID!
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- : [CustomerProductListItem]
- : String
- : String
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- : CustomerProductListType
- }