ktmouk

Results 4 issues of ktmouk

### Describe your proposal We want to add JSDoc comments so that we can easily check how to use the methods in editor such as VSCode. Ideally, each comment includes:...

enhancement
good first issue

I encountered the "Dynamic server usage" error when `fetchOptions.cache` was set to `no-store` and the `query` function was used in an RSC component. According to the error message, it seems...

### Issue Description I've encountered an issue when fetching data with `useQuery`, which uses the `cache-and-network` policy, from the second page by specifying the after variable. The first load works...

Our web service uses client-integration-nextjs and [ssr-only-secrets](https://github.com/phryneas/ssr-only-secrets), but the server has begun throwing heap-out-of-memory errors. After investigating, I found that ssr-only-secrets holds on to the Apollo Client cache object for...