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 Hkazanci93/536c6a92c08113abe4d068ad16abbc36 to your computer and use it in GitHub Desktop.
Save Hkazanci93/536c6a92c08113abe4d068ad16abbc36 to your computer and use it in GitHub Desktop.
GRAPH.QUERY xmentor "MATCH (s:Student), (c:Course) WHERE s.username = '${studying.student}' AND c.name = '${studying.course}' CREATE (s)-[:studying]->(c)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment