java-rest-binding icon indicating copy to clipboard operation
java-rest-binding copied to clipboard

Create node with labels

Open alacambra opened this issue 11 years ago • 0 comments

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.

alacambra avatar Jun 02 '14 19:06 alacambra