I'm trying to execute a custom cypher query in Spring boot reactive app but always getting an empty output. I have tried executing the query in neo4j browser and I'm able to get an anticipated result. I have found similar kind of example here but it ...