GitHub

ShopifyCustomerDefaultAddressUpdatePayload

interface

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

Return type for customerDefaultAddressUpdate mutation.

interface ShopifyCustomerDefaultAddressUpdatePayload {
  __typename: "CustomerDefaultAddressUpdatePayload"
  customer: ShopifyCustomer
  customerUserErrors: ShopifyCustomerUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CustomerDefaultAddressUpdatePayload"
customer
ShopifyCustomer

The updated customer object.

customerUserErrors
ShopifyCustomerUserError[]

The list of errors that occurred from executing the mutation.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.