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