T
TanStack4y ago
exotic-emerald

Use mulitple `queryClient.prefetchQuery` in parallel

Hi is it possible to have multiple queryClient.prefetchQuery in parallel in getServerSideProps?
1 Reply
fascinating-indigo
fascinating-indigo4y ago
Yes. Await a promise.allSettled

Did you find this page helpful?