GitHub

ShopifyCustomerResetByUrlPayload

interface

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

Return type for customerResetByUrl mutation.

interface ShopifyCustomerResetByUrlPayload {
  __typename: "CustomerResetByUrlPayload"
  customer: ShopifyCustomer
  customerAccessToken: ShopifyCustomerAccessToken
  customerUserErrors: ShopifyCustomerUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CustomerResetByUrlPayload"
customer
ShopifyCustomer

The customer object which was reset.

customerAccessToken
ShopifyCustomerAccessToken

A newly created customer access token object for the customer.

customerUserErrors
ShopifyCustomerUserError[]

The list of errors that occurred from executing the mutation.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.