Hi there.
When I was using version M* , RC1 , when making a query like this :
select from Dude where idnumber = "123456789"
On the Graph tab of the web studio, it would show me that vertex and also all directly connected vertices.
On Final1 when I perform that same query , I get a single node , without the direct connections represented. I need to expand that node by clicking two times on it.
For this simple query it is not something that is not that troublesome, I understand , but for my demos to possible clients, I have a few other queries that once performed showed relations between vertices automatically and all that.
So my question is . Is this what is intended ? From now on the graph tab in studio will work in this fashion?
(regarding RC2, I think it also worked by showing direct connections straight away, but I'm not sure).