Version Used: neo4j-enterprise-3.5.17
Using npm module neo4j-driver, we are able to establish a driver connection.
On using the session.run("Some read operations"), the result format is of records (i.e result.record).
Can we get the result in the fo...