import { CartUserError } from '@daffodil/driver/shopify'
Represents an error that happens during execution of a cart mutation.
type CartUserError = DisplayableError & {
__typename?: 'CartUserError';
code?: Maybe<CartErrorCode>;
field?: Maybe<Array<Scalars['String']['output']>>;
message: Scalars['String']['output'];
}