MutationCustomerSignUpArgs
type MutationCustomerSignUpArgs = {
draft: CustomerSignUpDraft;
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};type MutationCustomerSignUpArgs = {
draft: CustomerSignUpDraft;
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};