Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created November 18, 2021 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/0e12f9931b2a696c70aa2d19bc24f69d to your computer and use it in GitHub Desktop.
Save Hkazanci93/0e12f9931b2a696c70aa2d19bc24f69d to your computer and use it in GitHub Desktop.
MATCH (me:Person { userid: $userid })
MERGE (me)-[:ignores]->(ignore:IgnoreSetting {poster:$themid, category: $category, sentiment: $sentiment})
RETURN me, ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment