Mongodb – Use nestjs to add unique ObjectID to each document that doesn't have one
Just looking for a bit of guidance. I am connected to my local mongoDB instance and I am trying to build a query that will add a unique objectID to every object in an array that doesn't have an _id…