GitHub

ShopifyCustomerResetPayload

interface

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

Return type for customerReset mutation.

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

Properties

__typename
"CustomerResetPayload"
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.