Cypher query to find nodes that have 3 relationships
问题 I figured out how to write this query when I am looking for 2 relationships, but not sure how to add more relationships to the query. Assume you have a book club database with 'reader' and 'book' as nodes. The 'book' nodes have a 'genre' attribute (to define that the book is a Fiction, Non-Fiction, Biography, Reference, etc.) There is a Relationship "HasRead" between 'reader' nodes and 'book' nodes where someone has read a particular book. If I want to find readers that have read both Fiction