Alokai

CustomerSignInResult

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

Referenced Types

On this page