apollo-feature-requests icon indicating copy to clipboard operation
apollo-feature-requests copied to clipboard

🧑‍🚀 Apollo Client Feature Requests | (no 🐛 please).

Results 193 apollo-feature-requests issues
Sort by recently updated
recently updated
newest added

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){...

📕 cache

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...

📕 cache

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...

:hook: react hooks

## 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...

📕 cache
:bug: debugging

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...

:hook: react hooks

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...

project-apollo-studio

### 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...

react

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...

core

Migrated from: apollographql/apollo-client#1934

project-apollo-client (legacy)
📕 cache

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...

📕 cache