GitHub

MetafieldsSetUserError

An error that occurs during the execution of MetafieldsSet.

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