GitHub

ShopifyUserError

interface

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

Represents an error in the input of a mutation.

interface ShopifyUserError {
  __typename: "UserError"
  field: string[]
  message: string
}

Properties

__typename
"UserError"
field
string[]

The path to the input field that caused the error.

message
string

The error message.