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.

melgamal
Node Link
since ‎05-16-2019
‎06-01-2022

User Statistics

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

User Activity

so i have a cypher query that returns a json formated values in when using neo4j browser as follows: Model: Restaurant ->in_plaza->Plaza Cypher Query: MATCH r=(p:Plaza)-[:in_plaza]->(rs:Restaurant) WITH COLLECT(r) AS rs CALL apoc.convert.toTree(rs, t...
I have a graph of Restaurants that are located in different plazas I'm using the following statement but it's returning all the properties from Plaza and Restaurant MATCH r=(p:Plaza)-[:in_plaza]->(rs:Restaurant) WITH COLLECT(r) AS rs CALL apoc.conver...
Kudos given to