-
| 
         Hello, When invalidating multiple resource identifiers that are all included in the response payload of the same (live) list query, for example: invalidate(["Todo:1", "Todo:2", "Todo:3", "Todo:4"])Does it trigger 4 re-executions of (let's say)  Thanks!  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| 
         The  Thus, when invoking   | 
  
Beta Was this translation helpful? Give feedback.
The
ResourceTrackerreturns a set of identifiers that only includes each record once.Thus, when invoking
liveQueryStore.invalidate(["Todo:1", "Todo:2", "Todo:3", "Todo:4"])a single record is only scheduled for re-executed once.