SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

[Neo4j] Fix for filters clobbering each other #3252

Closed CarsonF closed 2 weeks ago

CarsonF commented 2 weeks ago
{ node: { id: '' } }
{ node: { type: '' } }

The latter wins with former logic. Now each object is converted to a cypher string, then joined together.

In order to this I had to patch more exports out of the library. While I was doing so I added more to replace our pre-existing workarounds for un-exported classes.