Currently we are executing cypher query on neo4j browser/interface using one tool. With the help of the tool we are able to insert the query(we included "\n" character at the end of the query) into the textbox of the neo4j browser/interface. "\n" character helps in executing the query. Tool is being used from my machine to open neo4j url/browser on the web.
Now we want to do the same - pass the query into the predefined neo4j url(browser) and execute the cypher query to generate the graph. We want to achieve this using APIs or any other methodologies, from our web based application.
Any help on this regard would be great.
Please let me know if any more information is required.