GitHub

ShopifyCustomerAccessTokenDeletePayload

interface

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

Return type for customerAccessTokenDelete mutation.

interface ShopifyCustomerAccessTokenDeletePayload {
  __typename: "CustomerAccessTokenDeletePayload"
  deletedAccessToken: string
  deletedCustomerAccessTokenId: string
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CustomerAccessTokenDeletePayload"
deletedAccessToken
string

The destroyed access token.

deletedCustomerAccessTokenId
string

ID of the destroyed customer access token.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.