Hi, Am able to connect neo4j and fetch the data using cypher queries. However I would like to write dynamic cypher queries where in I want to pass the parameters.
Whenever a user selects value in the list box provided should be passed as the parameter to cypher and the query should get executed from neo4j.