queryClient.prefetchQuery(['todos', input], queryFn)
useQuery
trpc.todos.useQuery(input)
trpc.todos.prefetchQuery(input)