import { DisplayableError } from '@daffodil/driver/shopify'
Represents an error in the input of a mutation.
type DisplayableError = { field?: Maybe<Array<Scalars['String']['output']>>; message: Scalars['String']['output']; }