Closed
Description
AS pointed out in #99 (comment) and #99 (comment) the current behavior of using SET x = { data }
instead of SET x += { data}
is not desired. Since the user may do partial updates as well.
To remove a node's property you need to set it null explicitly in the mutation query.
Metadata
Metadata
Assignees
Labels
No labels