CartQueryInterface
Fields to access carts. Includes direct access to a single cart and searching for carts.
type CartQueryInterface = {
cart?: Maybe<Cart>;
carts: CartQueryResult;
};Fields to access carts. Includes direct access to a single cart and searching for carts.
type CartQueryInterface = {
cart?: Maybe<Cart>;
carts: CartQueryResult;
};