GitHub

ShopifyDisplayableError

interface

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

Represents an error in the input of a mutation.

interface ShopifyDisplayableError {
  field: string[]
  message: string
}

Properties

field
string[]

The path to the input field that caused the error.

message
string

The error message.