import { CustomerAccessToken } from '@daffodil/driver/shopify'
A CustomerAccessToken represents the unique token required to make modifications to the customer object.
type CustomerAccessToken = {
__typename?: 'CustomerAccessToken';
accessToken: Scalars['String']['output'];
expiresAt: Scalars['DateTime']['output'];
}