jamesfer / cypher-query-builder

An flexible and intuitive query builder for Neo4j and Cypher.
http://jamesfer.me/cypher-query-builder/index.html
MIT License
104 stars 22 forks source link

feat(query): allow adding custom params #165

Open bboure opened 3 years ago

bboure commented 3 years ago

Hi,

I recently found myself needing to add custom parameters manually to a query for some advanced use cases. I did not find any way of doing it. This PR enables that.