Capítulo 78 de 80
The infinite-query counterpart to usePrefetchQuery — same "call before the boundary" placement rule, extended with the infinite-query-required options.
queryClient.infiniteQuery() accepts; queryKey, queryFn (unless defaulted), initialPageParam, and getNextPageParam are all required.usePrefetchQuery.<Suspense> boundary wrapping the component that calls useSuspenseInfiniteQuery.useSuspenseInfiniteQuery, not useSuspenseQuery — the required infinite-query options make this hook distinct, not just a rename.