Hello everyone,
I am trying to filter my query based on specific node types. I have 3 different nodes(Person, Children, and Parent) in my Neo4j DB and I want to show a certain number of these types of nodes. My scenario is like this:
1- Get nodes whi...