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.

Json tree structure apoc.convert.toTree usage

paulare
Graph Buddy

Hi

I need cypher query, that would return me tree structure in json.

I tried apoc.convert.toTree <- its great, it returns tree structure and all properties of the leaf(child) nodes.
But i need only tree structure and id-s from the leaf(child) nodes and the best if it would happen on database level, not the application side, cause otherwise too much information is transmitted.

Is this possible using apoc.convert.toTree or some other method ?

1 REPLY 1

paulare
Graph Buddy

Related to this question, created APOC issue