AliA
tRPC3y ago
4 replies
Ali

Where can I add a query key?

I tried to follow as in useQuery from Tanstack, but Typescript started complaining
api.prompts.tags.useQuery(undefined, {
    cacheTime: 60 * 60 * 40,
  });
Was this page helpful?