ellavs1

Results 1 comments of ellavs1

thanks, but grex does not have hasNext() function. i tried : var v1 = query.var((g.V('uid','123').count() > 0)?g.V('uid','123').next():g.addVertex({"uid":"123"})); but it always do g.addVertex , I run it in gremlin rexster command...