souravprakashjena

Results 7 comments of souravprakashjena

with ajax call its possible

ya i will post it tomorrow

function newQuery(query) { return (neopost({ statements: [{ statement: query, resultDataContents: ["graph"] }] })); } function neopost(b) { var CYPHER_URL = "http://localhost:7474/db/data/transaction/commit"; var AUTHORIZATION = "Auth_Key"; b = JSON.stringify(b); return $.ajax({...

@ravy23 did u fix this issue?

![Capture](https://user-images.githubusercontent.com/13752535/60281690-08ad7000-9923-11e9-81ec-bfcdb104becc.PNG) Like this?? @nighto??

Hi @larsw , did you find any solution to this issue?