Do paginated queries have typescript support?

Having trouble getting typescript to work with paginated queries. Maybe I'm defining something wrong?
5 Replies
lee
lee3y ago
it should be supported. can you share relevant parts of your code, and the errors you're seeing?
Chad Maycumber
Chad MaycumberOP3y ago
Yeah sure
lee
lee3y ago
here's an example paginated query in typescript https://github.com/ldanilek/memory-palace/blob/main/convex/memories.ts
GitHub
memory-palace/memories.ts at main · ldanilek/memory-palace
Contribute to ldanilek/memory-palace development by creating an account on GitHub.
Chad Maycumber
Chad MaycumberOP3y ago
That helped a ton. I must've been defining something wrong

Did you find this page helpful?