useQueries hook
Hey, I am importing the api from trpc/react and I can't seem to be able to use the
The options that pop up are
I have a query which will return multiple ids, and I need to run these ids to the
useQueries hook from react-query.The options that pop up are
useQuery, useSuspenseQuery and getQueryKeyI have a query which will return multiple ids, and I need to run these ids to the
useQueries, if this makes sense, any help is appreciated