Match all users MATCH (n:User) return n Find users with a description MATCH (n:User) WHERE n.description IS NOT NULL RETURN n