apollo-client icon indicating copy to clipboard operation
apollo-client copied to clipboard

:rocket:  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.

Results 564 apollo-client issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cimg/node | docker | minor | `22.6.0` -> `22.7.0` | |...

:christmas_tree: dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@arethetypeswrong/cli](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io) ([source](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli)) | [`0.15.3` -> `0.18.2`](https://renovatebot.com/diffs/npm/@arethetypeswrong%2fcli/0.15.3/0.18.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@arethetypeswrong%2fcli/0.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

:christmas_tree: dependencies
auto-cleanup

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​types/fetch-mock | [`7.3.8` -> `9.2.2`](https://renovatebot.com/diffs/npm/@types%2ffetch-mock/7.3.8/9.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2ffetch-mock/9.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2ffetch-mock/9.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

:christmas_tree: dependencies

### Issue Description We are preparing for react 19 usage but we are block because of this https://github.com/apollographql/apollo-client/blob/5a1985f30b99ab0592598ff9dc8b5216fef3ef34/src/testing/internal/profile/profile.tsx#L439 Which is clearly stated here https://react.dev/blog/2024/04/25/react-19-upgrade-guide#libraries-depending-on-react-internals-may-block-upgrades Are we expecting the update soon?...

ℹ needs-more-info

We ran into this in our platform this week and we thought it was interesting. Essentially a syntax error in `onCompleted` caused the JS to run `onError`. Here's an example:...

🏓 awaiting-team-response

Link: https://www.apollographql.com/docs/react/development-testing/static-typing/#using-typeddocumentnode This section is last in the doc and starts with the phrase: > This technique enables us to modify the [`useQuery` example](https://www.apollographql.com/docs/react/development-testing/static-typing/#usequery) above to use a type inference:...

📝 documentation

Provides failing test for https://github.com/apollographql/apollo-client/issues/12003

auto-cleanup

### Issue Description When running `client.watchFragment`, the result returned from the observable reports the result as `complete: true` when the `from` object is not identifiable (i.e. `cache.identify` returns `undefined`). The...

🐞 bug

### Issue Description Hi, We have a problem currently in our project - valueChanges does not trigger anymore when we fetch the same object type in another query. The first...

In the latest version (3.3.7) the networkStatus for fetchingMore is not working: ``` export declare enum NetworkStatus { loading = 1, setVariables = 2, fetchMore = 3, refetch = 4,...

:wilted_flower: needs-reproduction