GitHub

ShopifyCustomerActivateByUrlPayload

interface

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

Return type for customerActivateByUrl mutation.

interface ShopifyCustomerActivateByUrlPayload {
  __typename: "CustomerActivateByUrlPayload"
  customer: ShopifyCustomer
  customerAccessToken: ShopifyCustomerAccessToken
  customerUserErrors: ShopifyCustomerUserError[]
}

Properties

__typename
"CustomerActivateByUrlPayload"
customer
ShopifyCustomer

The customer that was activated.

customerAccessToken
ShopifyCustomerAccessToken

A new customer access token for the customer.

customerUserErrors
ShopifyCustomerUserError[]

The list of errors that occurred from executing the mutation.