Skip to content

Instantly share code, notes, and snippets.

@FrankSpierings
Created February 24, 2020 20:25
Show Gist options
  • Save FrankSpierings/4eab594683dfe6e962f0276ecf0a0fb4 to your computer and use it in GitHub Desktop.
Save FrankSpierings/4eab594683dfe6e962f0276ecf0a0fb4 to your computer and use it in GitHub Desktop.
Bloodhound

Match all users

MATCH (n:User) return n

Find users with a description

MATCH (n:User) WHERE n.description IS NOT NULL RETURN n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment