cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Different Cypher Result in version 3.0.3 and 3.5.3

Hi, If we return a relationship in version 3.0.3 we get a graph view while in version 3.5.3 if we return a relation we dont get a graph view, By default it shows table view.

Simplest Example - MATCH (n :Person{ name: 'Tarun' })-[r:KNOWS]->(c) RETURN r

0 REPLIES 0