Update Properties of Multiple Vertices
v = g.V().hasLabel('TEST_LABEL').has('property1','value1').has('property2','value2'); v.property('property3','value3').property('property4','value4');
v = g.V().hasLabel('TEST_LABEL').has('property1','value1').has('property2','value2'); v.property('property3','value3').property('property4','value4');
[ SUBSCRIBE TO OUR BLOG ]