apollo-feature-requests
apollo-feature-requests copied to clipboard
🧑🚀 Apollo Client Feature Requests | (no 🐛 please).
Hi, I want to create a new pagination helper where we will passed a custom key-value to paginate for like this one: ``` import {getOr,set} from 'lodash/fp'; function customPaginationHelper (keyArgs){...
Hi, Due the nature of gql literals, when migrating to v3 in a larger project, it is easy to miss out to add the configured `keyFields` to every type in...
If the `useSubscription` hook returns an error, then the subscription is lost with no way of reconnecting. Currently we're using using the client directly and using a hacky solution to...
## A description of the problem you're trying to solve, including *why* you think this is a problem Writes to the Apollo cache fail silently for a variety of reason...
Hi there, A new behavior introduced by [this PR](https://github.com/apollographql/apollo-client/pull/6566/files) is really breaking for a lot of our code. It removes the previous data return by `useQuery` when `variables` changed. In...
For talking about a graph, modelling it, reviewing it and understanding it, its often useful to have a more visual representation. I did some research and found this one which...
### Background We're using Apollo Client and the React integration across a large collection of codebases powered by webpack module federation. This means that at runtime, on a given page...
This is a tracking issue for the work to add native ESM support for new Node versions and direct `` references for the `@apollo/client` package. This would probably mean adding...
Migrated from: apollographql/apollo-client#1934
We are using ApolloClient + InMemoryCache to do some GraphQL queries. However, our backend data is not immutable, and therefore, we might need to get the fresh data every some...