### Current Situation There currently isn't a native way to cache or defer execution of a `use_query` call. ### Proposed Actions Mimic behavior of `apollo`'s `useQuery` [fetch policies](https://www.apollographql.com/docs/react/data/queries/#supported-fetch-policies) within our `use_query` hook. The only parameters that make sense to carry over are: - `cache-first` - `cache-only` - `no-cache`