I have written this gremlin query to update a property:
g.V("7cb57dad-d261-29cb-b886-affcd7442b73").property('tname', "updated tribename")
Is this the correct way to update a property in gremlin-node? Or do I have to pass in single property to update a property without adding additional value?