Query via Python REST-APi
message: Invalid input: ':'
Hello, i am starting a query via my Python-Neo4j-Api. But the code ist not working, resulting in the the error message above. But the same query is working in the Neo4J Desktop App. Why is it working in the Neo4j Desktop App, but not via my Api Query. Why is the : before param a Problem?
I am new to Python and Neo4j, please help. King regards.
Trying to query via a Python-Neo4j-RestAPI.