import { MetafieldDeleteUserError } from '@daffodil/driver/shopify'
An error that occurs during the execution of cart metafield deletion.
type MetafieldDeleteUserError = DisplayableError & {
__typename?: 'MetafieldDeleteUserError';
code?: Maybe<MetafieldDeleteErrorCode>;
field?: Maybe<Array<Scalars['String']['output']>>;
message: Scalars['String']['output'];
}