Skip to content

Instantly share code, notes, and snippets.

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 elisedeux/dcb4f4a187c1f9eedcc94e5658b64d94 to your computer and use it in GitHub Desktop.
Save elisedeux/dcb4f4a187c1f9eedcc94e5658b64d94 to your computer and use it in GitHub Desktop.
MATCH (n)
WHERE id(n) = {{"Suspicious Entity":node:["Person"]}}
SET n.suspicious = true
SET n.note = {{"Comment":string:{"placeholder":"Add a note..."}}}
RETURN n;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment