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