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.

tejas
Node Link
since ‎11-27-2018
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I want to extract subgraph into json format.. I tried using following query: match path = (n)-[r]-(b) WHERE (n.user_id='0000001') with collect(path) as paths call apoc.convert.toTree(paths) yield value return value But it doesn't give me correct jso...
Kudos from