I'm calling a procedure 80 times to perform queries with args, but only the first create is executed, when I look in the neo4j browser. Here is the code of the procedure:
var savedBookmarks = []
function op_modifyQuery(txc,query,args){
...
My Web journey took me from node.js,mysql, angular and docker now to neo4j a week ago. Graphs are so amazing. To see my web journey-history you may search for myonara on github and stackoverflow.
I had a hard time with errors using the javascript dri...