Alokai

MutationAddProductsToCartArgs

type MutationAddProductsToCartArgs = {
  cartId: Scalars['String']['input'];
  cartItems: Array<CartItemInput>;
};

Referenced Types

On this page