Skip to content

Instantly share code, notes, and snippets.

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