const { useQuery } from '@apollo/client';

const { loading, error, data, refetch: refetchCart } = useQuery(GET_CART, 
  { variables: { isGuest } });