Alokai

RemoveItemFromCartOutput

Contains details about the cart after removing an item.

type RemoveItemFromCartOutput = {
  __typename?: 'RemoveItemFromCartOutput'; /** The cart after removing an item. */
  cart: Cart;
};

Referenced Types

On this page