change data from query
There is a page in which I make a query for a list of codes, and on that page you can also generate one, how do I change the data to update the list on the page without refetching?
1 Reply
Look up tRPC optimistic updates (query setData)