GitHub

UserError

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

Represents an error in the input of a mutation.

type UserError = DisplayableError & {
    __typename?: 'UserError';
    field?: Maybe<Array<Scalars['String']['output']>>;
    message: Scalars['String']['output'];
}