The only way to access useQuery options without input is passing undefined to it?
Is there any other way? seems strange pass undefined to the input query
2 Replies
I think so. But that's a common pattern in JS if positional, but optional arguments are used.
PRs welcome if you have any ideas 🙂