You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where the diff to object is sent in many smaller parts, therefore i need to be able to not remove objects, but update/add - can this be accomplished?
The text was updated successfully, but these errors were encountered:
Hey @ryjogo , not entirely sure I understand what you're trying to accomplish.
If you are only after applying changes that add or update, then you could just iterate through the changelog and remove any changes with a Type of diff.DELETE or copy only those with diff.CREATE or diff.UPDATE to a new changelog slice.
I have a use case where the diff to object is sent in many smaller parts, therefore i need to be able to not remove objects, but update/add - can this be accomplished?
The text was updated successfully, but these errors were encountered: