Hello,
I'm trying to implement .NET official Neo4j driver into my C# project.
While studying the docs, I learned about Transaction functions (Write/ReadTransaction).
However, in my case I would like to run more than one CREATE query during those tran...