You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay in responding -- we totally missed this.
The library follows the REST API's conventions. The REST API doesn't have a way to create a relationship arbitrarily, but rather to create a relationship from/to a node. So the library exposes this via Node instance methods createRelationshipTo() and createRelationshipFrom().
Hi, I like node-neo4j very much.
I need to implement someting like this
" ... relation = db.createRelationship(currentNodeId, id, "VSEBUJE", saveRelation) ..."
but in source code is stated:
"...
# Relationships
createRelationship: (startNode, endNode, type, _) ->
# TODO: Implement
..."
Can you give me some advise how can I implement this metod.
Thank you , Jadran
The text was updated successfully, but these errors were encountered: