In neo4j cypher, how to use Relationship properties in RelationshipChain for filtering query?
I have created a RelationshipChain in Neo4j Cypher, and I want to filter the query using the properties of the relationships in the chain. However, I am unable to access or retrieve the relationships properly. Are there alternative ways to implement this filtering?