forked from jexp/neo4j-java-rest-binding
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
It is possible to create a node with labels directly? Right now I am implementing a cypher query but would be nice if the create method from RestApi would support it (branch 2.0-labels-...)
The reason is to be able to use constraints. If we first create the node and then the label a constraint will not "constraint" until the node has not been created. As a result we have a node without label that has ignored a constraint.
Metadata
Metadata
Assignees
Labels
No labels