GitHub

ShopifyCustomerAccessTokenCreatePayload

interface

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

Return type for customerAccessTokenCreate mutation.

interface ShopifyCustomerAccessTokenCreatePayload {
  __typename: "CustomerAccessTokenCreatePayload"
  customerAccessToken: ShopifyCustomerAccessToken
  customerUserErrors: ShopifyCustomerUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CustomerAccessTokenCreatePayload"
customerAccessToken
ShopifyCustomerAccessToken

The newly created customer access token object.

customerUserErrors
ShopifyCustomerUserError[]

The list of errors that occurred from executing the mutation.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.