Closed manuelmeister closed 1 year ago
allItems
includes items which are marked as deleting
. Normally you should use items
, to benefit from the optimistic deleting behaviour (i.e. the deleted item already vanishes from items
while the DELETE request is still ongoing).
When should I use items and when allItems?