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