reactive-python/reactpy-django

`use_query` has no `refetch` option.

Archmonger opened this issue · 1 comments

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.

Wait I'm trolling, it is definitely there. I swear intellisense said it wasn't.