Closed utkarsh3107 closed 6 years ago
Sorry for the late answer, if you have a node id you should better use START like so:
JcNode n = new JcNode("n"); clauses = new IClause[]{ START.node(n).byId(1234), RETURN.value(n) };
this translates to the following CYPHER expression: START n = node(1234) RETURN n
best regards, Wolfgang
I'm sorry if this seems to vague but I would like to know how I can make the below cypher: