Hi, there.
I am trying to use the newest Game of Thrones dataset from the sandbox graph data science to get the shortest path only to season 3 nodes and relationships. I tried:
match (p:Person)-[r:INTERACTS]->(q:Person) where r.book=3 with p as a, q ...