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
graph: Allow remove followed by remove in write batches
If subgraphs delete entities without checking if they exist, we get two
removes in a row. In the database, the second remove would just lead to a
query that changes nothing. We'll do the same when putting a write batch
together.
Fixes#5449
0 commit comments