In the old version of Neo4j Browser, when I return a query that includes relationships between nodes, those are visible in the graph. In the new workspace version, I just see nodes. I can click on a node and then the graph icon to see it's relationships, but I just want to see the relationships without having to click twice on every node.
I used to be able to do a simple
match (n) return n
query to show all my nodes and relationships. Now it just shows the nodes. Is there a way to get this behavior back?