Alokai

MutationCustomerCreatePasswordResetTokenArgs

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

Referenced Types

On this page