© 2026 Hedgehog Software, LLC
queryClient
const queryClient = trpc.useContext();
// Normal React Query queryClient.setQueryData(['posts', id], newPost) queryClient.invalidateQueries(['posts', id, 'comments'])