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.

sumitsinghbhavr
Node
since ‎01-01-2020
‎06-01-2022

User Statistics

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

User Activity

H All, I need to check one array against another in neo4j. Basically I am trying to check the permission against which user inherit from his role or group match (u:user)-[:MEMBER_OF]->(r:role) where u.uid = 46713 with u as usr, r as rol match (usr)-[...
Hi We have a new requirement for our project. We need to create a folder/file structure. Now we are doing brainstorming to support this change. As you can see, john is a member of both a tower and a group. a genome contains the root virtual folder an...
Hi All, I need to create a folder/file structure using neo4j. I have developed a product which is similar to box.com. we called it content locker. Users can stream media and view pdf files. However, the new requirement is to show them folder and file...
Hi, I need to know, how can get all the matching records and non matching record by passing query params from nodejs. i want result something like if file exists then [{ name: 'p1.pdf', exist: true }, { name: 'p2.pdf', exist: true }, { ...
Hi, I am trying to pass a graph ql arguments array in cypher query. I am having difficulty making query work. I can see the parameter passed correctly while doing a console log. However, when I try to utilize it with node js. Neo4j driver is not doi...
Kudos given to