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.

tarunjot_singh1
Node
since ‎04-05-2019
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, If we return a relationship from version 3.0.3 we get a graph view while in version 3.5.3 if we return a relationship we dont get a graph view, By default it shows table view. Simplest Example - MATCH (n :Person{ name: 'Tarun' })-[r:KNOWS]-(c) RE...
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 ...