### Current Situation Currently, a query refetch cannot be triggered unless through a `use_mutation` call. Apollo [supports refetching](https://www.apollographql.com/docs/react/data/queries/#result) via `Result.refetch()`, so we should too. ### Proposed Actions Develop a `Query.refetch()` function.