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