GitHub

ShopifyCustomerRecoverPayload

interface

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

Return type for customerRecover mutation.

interface ShopifyCustomerRecoverPayload {
  __typename: "CustomerRecoverPayload"
  customerUserErrors: ShopifyCustomerUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CustomerRecoverPayload"
customerUserErrors
ShopifyCustomerUserError[]

The list of errors that occurred from executing the mutation.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.