InfiniteQueryMutationHelpers extension
To help with mutation items for infinite queries.
- on
Methods
-
updateItemInInfiniteQuery<
T> ({required String keyPrefix, required dynamic matcher(T), required dynamic updater(T)}) → void -
Available on DAQCache, provided by the InfiniteQueryMutationHelpers extension
Find by thematcherand replace with theupdaterin all query cache results, that start with thekeyPrefix, and are of type DAQInfiniteQueryResponse