MutationCustomerCreateEmailVerificationTokenArgs
type MutationCustomerCreateEmailVerificationTokenArgs = {
id: Scalars['String'];
version?: InputMaybe<Scalars['Long']>;
ttlMinutes: Scalars['Int'];
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};