Do we have any cypher query builder or we can create templates of cypher queries

As neo4j doesn't support the View or materialized view concept which traditional RDBMS provides. Do we have any way to have cypher query builder which will build queries dynamically based on some inputs or some templating kind of a solution. I come across one solution which is virtual relationship using apoc but this has limitations.

#python #neo4j #search

I've heard of

Disclaimer: I haven't used any of them so I don't know how capable they are or how well they suit your needs. Also there are likely more packages along those lines that I haven't heard of.