Skip to content

Instantly share code, notes, and snippets.

@fbiville
Last active October 16, 2015 12:18
Show Gist options
  • Save fbiville/e541057dfe21c829c54c to your computer and use it in GitHub Desktop.
Save fbiville/e541057dfe21c829c54c to your computer and use it in GitHub Desktop.

Main title

What is it about?

My super graph is super

CREATE (n:Super:Node {name:'Super Node'})

Super feature #1

Find a super node

MATCH (n:Super:Node {name:'Super Node'}) RETURN n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment