Hi All
Please could someone help with the correct syntax for using the Neo4j.Driver for DotNet in F#.
In C# I have this approach working well:
var _driver = GraphDatabase.Driver("bolt://:"
, AuthTokens.Basic("", "<password")
, builder => builder.With...