GitHub

MetafieldsSetUserError

import { MetafieldsSetUserError } from '@daffodil/driver/shopify'

An error that occurs during the execution of MetafieldsSet.

type MetafieldsSetUserError = DisplayableError & {
    __typename?: 'MetafieldsSetUserError';
    code?: Maybe<MetafieldsSetUserErrorCode>;
    elementIndex?: Maybe<Scalars['Int']['output']>;
    field?: Maybe<Array<Scalars['String']['output']>>;
    message: Scalars['String']['output'];
}