SvenWesterlaken / mongo4j

A mongoose plugin to automatically maintain nodes & relationships in neo4j
https://www.npmjs.com/package/mongo4j
MIT License
14 stars 4 forks source link

How do I build relationship between nodes ? #62

Closed Jasper-Joe closed 4 years ago

Jasper-Joe commented 4 years ago

I wrote neo_rel_name in my code, but there is not relationship shows up in neo4j.

SvenWesterlaken commented 4 years ago

Did you apply the plugin to both objects/schemas? Otherwise, could you show me the code of schemas for the two objects you trying to build a relationship for? (the mongoose schemas)