-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicts #2108
Conflicts #2108
Conversation
The mistake was introduced by 5863eac when consolidating the two examples for `new ApolloClient`.
* fixed two queries in flight bug for Apollo Link * Changelog updated
* fixing the networkInterface config applying * CHANGELOG added
* Fixed single response and added subscriptions to links * remove Observable Network Interface and include subscriptions map for current interface * Subscripitons unit tests and subscribe method calls correctly to handler * Update Changelog to reflect subscriptions with Links * bumped graphql types version and include asynciterable ts library
* fix: flow: prevent RequestOptions null error * fix: flow: prevent RequestOptions null error (with test)
chore(deps): pin dependency all-contributors-cli to v4.4.0
- [Object] means array of length 1 with Object. Instead we want Array<Object> - ___* were typos. The correct values from code is __*
chore(deps): update dependency @types/node to v8.0.25
A logic error was causing the `readStoreResolver` from applying a `previousResult` to a top-level ID obtained via a custom resolver. Effectively, this bug was causing the result of any query routed through a custom resolver to fail reference equality checks, even if the result is served completely from the cache and is completely unchanged. This commit adds a regression test.
@jbaxleyiii, thanks for your PR! By analyzing the history of the files in this pull request, we identified @calebmer, @stubailo and @helfer to be potential reviewers. |
Generated by 🚫 dangerJS |
Codecov Report
@@ Coverage Diff @@
## 2.0-alpha #2108 +/- ##
==========================================
Coverage 83.23% 83.23%
==========================================
Files 36 36
Lines 1879 1879
Branches 439 439
==========================================
Hits 1564 1564
Misses 308 308
Partials 7 7 Continue to review full report at Codecov.
|
This reverts commit 81942a8.
This is a branch to fix conflicts on the 2.0 alpha [trivial]