import { ShopifyDisplayableError } from '@daffodil/driver/shopify'
Represents an error in the input of a mutation.
interface ShopifyDisplayableError {
field: string[]
message: string
}
field string[] |
|---|
The path to the input field that caused the error. |
message string |
|---|
The error message. |