GitHub

UserError

Represents an error in the input of a mutation.

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