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