import { CustomerAccessTokenCreateInput } from '@daffodil/driver/shopify'
The input fields required to create a customer access token.
type CustomerAccessTokenCreateInput = {
email: Scalars['String']['input'];
password: Scalars['String']['input'];
}