Hi, I'm trying to build a cypher query that given a start node (in the example below, it's all nodes with property class=persons), finds each path where all relationships in the path have a date property that matches the input 'period' parameter. Eff...