GitHub

ShopifyCustomerActivatePayload

interface

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

Return type for customerActivate mutation.

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

Properties

__typename
"CustomerActivatePayload"
customer
ShopifyCustomer

The customer object.

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.