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.

martin_halliday
Node
since ‎06-12-2020
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a Cypher query that runs perfectly in Neo4j Desktop but when I run the same query as a search in Bloom I get this error dialog: My Cypher query is: MATCH (p:Person {nickname:$person})-[r:RESPONSIBLE_FOR]-(n) CALL apoc.path.subgraphAll(n,{ rel...