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...