After running the Cypher query to create a new node if it doesn't exist using MERGE clause, I want to check if the write-transaction is successful.
How do I do that? Perhaps a status or code?
I'm getting following as result from the tx.run statement ...