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