MutationCustomerCreatePasswordResetTokenArgs
type MutationCustomerCreatePasswordResetTokenArgs = {
email: Scalars['String'];
ttlMinutes?: InputMaybe<Scalars['Int']>;
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};type MutationCustomerCreatePasswordResetTokenArgs = {
email: Scalars['String'];
ttlMinutes?: InputMaybe<Scalars['Int']>;
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};