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.

rhltumpala
Node
since ‎05-21-2021
‎06-01-2022

User Statistics

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

User Activity

Hi, I'm running the following query using the neo4j driver for node js. MATCH (u:User) WHERE u.id = $uuid CREATE (m:Mood {title : $title, text:$text, emoji:$emojiCode, timestamp : $timestamp,createdBy : u.id, id : apoc.create.uuid() }) MERGE (u)-[r:...