orbitjs / orbit

Composable data framework for ambitious web applications.
https://orbitjs.com
MIT License
2.33k stars 133 forks source link

JSONAPISource: Allow multiple consecutive removeFromRelatedRecords ops to be coalesced #882

Closed dgeb closed 3 years ago

dgeb commented 3 years ago

The logic to coalesce multiple consecutive removeFromRelatedRecords ops was missing. It follows the same pattern as the corresponding code to coalesce addToRelatedRecords ops.