SetCustomerAuthenticationMode
type SetCustomerAuthenticationMode = {
authMode: AuthenticationMode;
password?: InputMaybe<Scalars['String']>;
};type SetCustomerAuthenticationMode = {
authMode: AuthenticationMode;
password?: InputMaybe<Scalars['String']>;
};