`use_query` has no `refetch` option.
Archmonger opened this issue · 1 comments
Archmonger commented
Current Situation
Currently, a query refetch cannot be triggered unless through a use_mutation call. Apollo supports refetching via Result.refetch(), so we should too.
Proposed Actions
Develop a Query.refetch() function.
Archmonger commented
Wait I'm trolling, it is definitely there. I swear intellisense said it wasn't.