Alokai

CartItemError

type CartItemError = {
  __typename?: 'CartItemError'; /** An error code that describes the error encountered */
  code: CartItemErrorType; /** A localized error message */
  message: Scalars['String']['output'];
};

Referenced Types

On this page