does update merge replace the given keys or merge it(arr, set,...)? #4672
Unanswered
ManReadApp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This are the docs to the merge clause. it says
which are to be updated
. this is not clear how it behaves for arrays/sets/maps. I assume that it meanswhich are to be replaced
, but should that be changed toupdated => merged/replaced
and can I get verification?Beta Was this translation helpful? Give feedback.
All reactions