import { ShopifyCustomerAccessToken } from '@daffodil/driver/shopify'
A CustomerAccessToken represents the unique token required to make modifications to the customer object.
interface ShopifyCustomerAccessToken {
__typename: "CustomerAccessToken"
accessToken: string
expiresAt: Scalars['DateTime']['output']
}
__typename "CustomerAccessToken" |
|---|
accessToken string |
|---|
The customer’s access token. |
expiresAt Scalars['DateTime']['output'] |
|---|
The date and time when the customer access token expires. |