Skip to content

Instantly share code, notes, and snippets.

@tomasonjo
Last active April 21, 2023 18:48
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 tomasonjo/a635772102162237bbdbf4b91dcbc580 to your computer and use it in GitHub Desktop.
Save tomasonjo/a635772102162237bbdbf4b91dcbc580 to your computer and use it in GitHub Desktop.
instruction output
Who directed The Matrix? MATCH (m:Movie {title: 'The Matrix'})<-[:DIRECTED]-(d:Person) RETURN {director: d.name} AS result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment