nestjs-neo4j
nestjs-neo4j copied to clipboard
Mutliple/Dynamic labels
Heya, I'm evaluating the library, and it's going nicely so far, nice work! 🙏
I want to segregate nodes by adding a dynamic label when creating/updating.
Is there any way to achieve that when using the Neo4jNodeModelService
? Or do I have to implement it with raw cypher?