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