Using Neo4j Desktop 1.4.5, DBMSs 4.2.4, Browser 4.2.6
I want to MATCH and return <120 nodes with the following statement:
MATCH (n:Score) MATCH (m:Component) MATCH (o:Interface) MATCH (p:Step) RETURN n, m, o, p
When I run, the Browser window turns gr...