Greetings,
Recently I'm looking into the docs of Cypher and write a simple Cypher query in Golang,
I've tried to use multiple statements inside a single transaction.
but If I input a invalid id of children or parent and make the middle MATCH statemen...