Get all query cache ?
Hello,
I'm using trpc, but its related to useQuery/getQueryCache
As you can see, I'm using infiniteQuery. Therefore when loading more
Do you know if there is a way to get all the cache for current AND past
I'm using trpc, but its related to useQuery/getQueryCache
As you can see, I'm using infiniteQuery. Therefore when loading more
answers, the list of itemsIds evolves. (Every answer can have multiple items)Do you know if there is a way to get all the cache for current AND past
items.list query/queries, please ?