GitHub

CustomerAccessToken

A CustomerAccessToken represents the unique token required to make modifications to the customer object.

import { CustomerAccessToken } from '@daffodil/driver/shopify'
type CustomerAccessToken = {
    __typename?: 'CustomerAccessToken';
    accessToken: Scalars['String']['output'];
    expiresAt: Scalars['DateTime']['output'];
}
Type Options
CustomerAccessToken { __typename?: 'CustomerAccessToken'; accessToken: Scalars['String']['output']; expiresAt: Scalars['DateTime']['output']; }