Lab
CCConvex Community
•Created by Lab on 12/8/2023 in #support-community
Mark a Query as no-store?
Hiya folks,
I'm trying to build a quiz app using Convex, and currently I have a 'Try again' button at the end of the page, but I would like it to fetch completely fresh question data from my Convex db instead of the same queried data again.
So my question is if there's any way to designate a query function not to cache?
This is my current query implemented:
5 replies