I have created a graph to update some fields of a mongoDB colllection. But while using MongoDBWriter it is updating the entire object instead of updating the particular field. Do I miss any settings/attribute to set.
Also while updating an array element , it should append to the existing array.