MutationUpdateCustomerEmailArgs
type MutationUpdateCustomerEmailArgs = {
email: Scalars['String']['input'];
password: Scalars['String']['input'];
};type MutationUpdateCustomerEmailArgs = {
email: Scalars['String']['input'];
password: Scalars['String']['input'];
};