Hey everyone!
I have a schema that looks like this
```(:User)<-[:SUBMITTED_BY]-(:Submission)-[:SUBMITTED]->(:Form)```
I need to be able to filter by users that have completed a certain set of forms. I was able to add a @cypher directive onto my gra...