apollo-feature-requests
apollo-feature-requests copied to clipboard
๐งโ๐ Apollo Client Feature Requests | (no ๐ please).
Reading the Preact [docs ](https://preactjs.com/tutorial/)there seems to be a lot of compatibility with React, so it sounds like you _could_ use Apollo Client with this view library. We suspect the...
It's something thats really basic that I don't understand why it doesnt exist already. Asides from it being the "right" or wrong way to do things, some use cases need...
### Why I'm running in an issue involving polling with cache writes. Let's say I have a network request on Q which returns a collection of type A. This type...
Hi all, I'd like to have a function in the `useSubscription` hook options that returns a boolean indicating if incoming data must be saved and the page re-rendered or data...
Hello, Couldn't find such request, so opening a new one. ## Problem I am interested in knowing what variables a mutation was fired with, while it's in progress. I find...
Migrated from: apollographql/react-apollo#3108
Similar to the Apollo Vue client, support a `debounce` option within `useQuery`: https://v4.apollo.vuejs.org/api/use-query.html#parameters There was an issue filed here as a bug that was closed: https://github.com/apollographql/react-apollo/issues/450#issuecomment-298821902 > This would be...
As reported here : https://github.com/apollographql/apollo-client/issues/5708, the default behavior of **useMutation** regarding errors is forcing users to add boilerplate code in order to achieve what they expect. ### Expected behavior: Defining...
I was wondering if the data can be stored in asyncstorage in different keys. As the per key limitation is limited to 2 MB but total storage can be [incremented...
Hello, **why I would need this ?** I found myself using the startPolling to refresh some user data periodically, for that I pass a token to identify the user, except...