Skip to content

Instantly share code, notes, and snippets.

@ikwattro
Created January 22, 2015 23:33
Show Gist options
  • Save ikwattro/93f4fe48297f31c7d24b to your computer and use it in GitHub Desktop.
Save ikwattro/93f4fe48297f31c7d24b to your computer and use it in GitHub Desktop.
Graphgist

Your Gist Title

:labels:Person,Skill,Company,Country

MATCH (n:`Country`) RETURN n

MATCH (n:`Person`) RETURN n

MATCH (n:`Skill`) RETURN n

MATCH (n:`Company`) RETURN n

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