GitHub

ShopifyCustomerUserError

interface

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

Represents an error that happens during execution of a customer mutation.

interface ShopifyCustomerUserError {
  __typename: "CustomerUserError"
  code: ShopifyCustomerErrorCode
  field: string[]
  message: string
}

Properties

__typename
"CustomerUserError"
code
ShopifyCustomerErrorCode

The error code.

field
string[]

The path to the input field that caused the error.

message
string

The error message.