Alokai

CartQueryInterface

Fields to access carts. Includes direct access to a single cart and searching for carts.

type CartQueryInterface = {
  cart?: Maybe<Cart>;
  carts: CartQueryResult;
};

Referenced Types

On this page