We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f35230b + b1be70f commit a2ffd8bCopy full SHA for a2ffd8b
modules/ROOT/pages/driver-configuration.adoc
@@ -128,7 +128,7 @@ const driver = neo4j.driver(
128
"bolt://localhost:7687",
129
neo4j.auth.basic("username", "password")
130
);
131
-const session = driver.transaction();
+const session = driver.session();
132
const transaction = session.beginTransaction();
133
134
const neoSchema = new Neo4jGraphQL({ typeDefs, driver });
0 commit comments