apollo-feature-requests
apollo-feature-requests copied to clipboard
🧑🚀 Apollo Client Feature Requests | (no 🐛 please).
When handling errors in https://www.apollographql.com/docs/react/api/link/apollo-link-error/, there is no ability to determine the stack trace of the error that includes the original trigger for the query. This is problematic both when...
Mutations have reset functionality https://www.apollographql.com/docs/react/data/mutations/#resetting-mutation-status Can we have the same for queries? I'd like to be able to reset the object's state the same way I can for mutations now.
Hello 👋 , I've a question about the merging of array types in the Apollo cache mentioned in the docs: https://www.apollographql.com/docs/react/caching/cache-field-behavior/#merging-arrays It says: > ### Merging arrays > By default,...
Hello, Thank you for this project! I have one request about error messages. When an error occurs, for example when a custom merge fails because it uses `mergeObjects` and either...
Hello and thank you for the great project! I am opening this feature request as a result of [this](https://github.com/apollographql/apollo-client/issues/11727) discussion. What I was basically trying to achieve (and [managed to](https://github.com/apollographql/apollo-client/issues/11727#issuecomment-2018909250)...
First, the issue I'm trying to address with this feature request was perfectly stated in 2016 in [this comment](https://github.com/apollographql/apollo-client/issues/621#issuecomment-255506076):  Today, when we have a mutation that is affecting the...
- `useReadQuery` reads a query given a query reference returned by `useBackgroundQuery`. - `useBackgroundQuery` supports passing in a `skipToken`, which results in an undefined query reference - However, `useReadQuery` will...
Hello, Is there any possible implementation for auto fetch after given time period. like intervals and all..i fearing to use setTimeout on front-end as it might impact my app on...
The `refetchQueries` API used primarily to refetch data after a mutation is a bit unintuitive in its current form. We've had quite a few questions about this feature where people...
👋 from the other side! We'd like to notify devs (at dev time) outside of the console where we'd normally see invariant warnings, etc. from Apollo Client. Would y'all be...