No reactivity
Is it possible to use queries without the reactivity part?
https://docs.convex.dev/functions/query-functions
For example, I want to call a db query, display the result in UI, but it shouldn't automatically update by default. Only on refresh.
Thank you!

