I want to edit node properties via flask-api but till now didn't found any solution.
The main problem is that if I edit a new property using SET clause https://neo4j.com/docs/cypher-manual/current/clauses/set/ then how to do it dynamically so that ...