Graph TraversalUpdateUpdate the properties of existing elements. Helix::UPDATE({<properties_list>}) Example: HelixPythonQUERY update_user(userID: ID, name: String, age: U32) => updatedUsers <- N<User>(userID)::UPDATE({name: name, age: age}) RETURN updatedUsersDropPrevious PageOperational StepsManipulate and query your graph data with powerful operations.