CustomerActiveCartInterface
A field to access a customer's active cart.
type CustomerActiveCartInterface = {
customerActiveCart?: Maybe<Cart>;
};A field to access a customer's active cart.
type CustomerActiveCartInterface = {
customerActiveCart?: Maybe<Cart>;
};