Alokai

CartItemQuantity

Deprecated: The ShippingCartAddress.cart_items field now returns CartItemInterface.

type CartItemQuantity = {
  __typename?: 'CartItemQuantity'; /** @deprecated The `ShippingCartAddress.cart_items` field now returns `CartItemInterface`. */
  cart_item_id: Scalars['Int']['output']; /** @deprecated The `ShippingCartAddress.cart_items` field now returns `CartItemInterface`. */
  quantity: Scalars['Float']['output'];
};

Referenced Types

On this page