sunjith / loopback-connector-neo4j-graph

MIT License
7 stars 2 forks source link

cannot update via replaceById #4

Closed tcalhounjr closed 6 years ago

tcalhounjr commented 6 years ago

This is the error I receive:

The connector neo4j-graph does not support replaceById operation. This is not a bug in LoopBack. Please contact the authors of the connector, preferably via GitHub issues.

I cannot guarantee any of the property names will be unique.

Any help with this would be greatly appreciated.

sunjith commented 6 years ago

Thank you for writing in Thomas. Shall look into this and get back to you in two days.

sunjith commented 6 years ago

Implemented replaceById operation. Shall be released after testing.

tcalhounjr commented 6 years ago

@sunjith Thanks!!!! Please make sure it's the loopback auto-generated ID and not the neo4j node ID because they're different. Also, please check out my next issue regarding using loopback model relations to build neo4j vertices between loopback models. This would be awesome making this connector fully functional!!!!

sunjith commented 6 years ago

Released the full update in version 1.1.1

sunjith commented 6 years ago

@tcalhounjr Yes, it shall be the loopback auto-generated ID and not the Neo4j node ID. I have responded to your other issue as well.