CustomerSignInResult
type CustomerSignInResult = {
__typename?: 'CustomerSignInResult';
customer: Customer;
cart?: Maybe<Cart>;
};type CustomerSignInResult = {
__typename?: 'CustomerSignInResult';
customer: Customer;
cart?: Maybe<Cart>;
};