I am new to mongo and am trying to change a DBRef set on a document. The value is currently set to 6645230edd4f91c989b0957a
and I wish to update it to 6668e6a7de76888362c8a718
Compass will not allow me to edit this value. I can’t even create a new field of DBRef type and, indeed, the field is typed as ‘array’. But if I create a new array I cannot match the structure.
How do I create or edit these dbrefs through compass?