apollo-client
https://github.com/apollographql/apollo-client
TypeScript
:rocket: A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported26 Subscribers
Add a CodeTriage badge to apollo-client
Help out
- Issues
- [4.0] Update existing SSR APIs in the client to work with all static React rendering APIs
- use `WeakCache` for `executeSelectionSet` et al wrappers
- Heads up: Deprecation of `useQuery` and `useLazyQuery` lifecycle hooks
- Tracking issue: deduplicate running subscriptions in 4.0
- Add a `dataState` enum to `ApolloQueryResult`
- [4.0] Add a new status enum to `ApolloQueryResult` that describes the state of data
- [4.0] Report queries with `@defer` as complete only when the full result has returned
- [4.0] Update query hooks to return whether result is complete or partial
- [4.0] Align `ApolloQueryResult` type and emitted result from the core API
- Fix `watchFragment` reports `complete=false` when from object is not identifiable
- Docs
- TypeScript not yet supported