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.
1 parent f35230b commit b1be70fCopy full SHA for b1be70f
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