GitHub

ShopifyCustomerAccessTokenCreateWithMultipassPayload

interface

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

Return type for customerAccessTokenCreateWithMultipass mutation.

interface ShopifyCustomerAccessTokenCreateWithMultipassPayload {
  __typename: "CustomerAccessTokenCreateWithMultipassPayload"
  customerAccessToken: ShopifyCustomerAccessToken
  customerUserErrors: ShopifyCustomerUserError[]
}

Properties

__typename
"CustomerAccessTokenCreateWithMultipassPayload"
customerAccessToken
ShopifyCustomerAccessToken

An access token object associated with the customer.

customerUserErrors
ShopifyCustomerUserError[]

The list of errors that occurred from executing the mutation.