Hi
is it possible to merge linked document from main document without replacing a linked document?
I tried UPDATE #16:5 MERGE { title: "my title", linkedDocument: { points: 555 }} but it always created a new linked document.
FYI: #16:5 is main document and linkedDocument is linked :))
I know that I am able to update linked document with: UPDATE #16:5 SET linkedDocument.points = 555 but I need to do that with json. It is much easier for me in this moment
Thanks
Zlatko