cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

aqureshi
Node Link
since ‎11-14-2018
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

EDIT: Solved it by doing something like session.run(`CREATE (a:${label} $props)`, {props: properties}) Hi, I'm trying to create an api that'll let users create nodes and relationships with the properties they define and I am using the javascript neo...
EDIT: solved... my database version was 3.0 and it worked when I switched it to 3.2 instead Hi, I'm running the basic neo4j-driver example in node. In my database i'm running the example movie graph provided by the browser console. this is what my ty...
Hi, this is what my index.js looks like: const neo4j = require('neo4j-driver').v1; const driver = neo4j.driver("https://bolt.custom-endpoint.ca:443", neo4j.auth.basic("neo4j", "password123")); /* https://bolt.custom-endpoint.ca:443 connects to the...
Kudos from