Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created October 31, 2021 19:01
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/78fa53b61a4e1998e5a5e980c07197ab to your computer and use it in GitHub Desktop.
Save Hkazanci93/78fa53b61a4e1998e5a5e980c07197ab to your computer and use it in GitHub Desktop.
GRAPH.QUERY xmentor "MATCH (s:Student), (t:Topic) WHERE s.username =
'${interest.student}' AND t.name = '${interest.topic}' CREATE
(s)-[:interested]->(t)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment