GitHub

MetafieldDeleteUserError

An error that occurs during the execution of cart metafield deletion.

import { MetafieldDeleteUserError } from '@daffodil/driver/shopify'
type MetafieldDeleteUserError = DisplayableError & {
    __typename?: 'MetafieldDeleteUserError';
    code?: Maybe<MetafieldDeleteErrorCode>;
    field?: Maybe<Array<Scalars['String']['output']>>;
    message: Scalars['String']['output'];
}
Type Options
MetafieldDeleteUserError DisplayableError & { __typename?: 'MetafieldDeleteUserError'; code?: Maybe<MetafieldDeleteErrorCode>; field?: MaybeScalars['String']['output']>>; message: Scalars['String']['output']; }