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.

rudrakhsha
Node Link
since ‎12-09-2022
‎02-09-2023

User Statistics

  • 9 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi all. My usecase requires that I run any given neo4j cypher query on my application and I am providing some filters over these queries. For that I am using the aliases for each node/edge in the user entered cypher query. But if the user doesnot men...
Hi all. I want to hide some of the data returned in my path by using virtual nodes/relations. I created the virtual nodes successfully but upon returning the path, it is still showing the nodes and relations i am trying to hide. Is there any way that...
Hi all. I am writing a query where I want to find all the possible paths between the start node and the end node. eg: lets say there are 3 paths from start node 'a' to end node 'z' with multiple intermediate nodes and relationships. Now, if there are...
Hi all. I am currently writing a cypher query in neo4j for rendering a subgraph from a start node, describing all my relations as well as their directions for rendering the graph. I wanted to filter this graph output to only bring me paths/resulting ...