apollo-client
Advanced tools
Comparing version 2.4.0-alpha.4 to 2.4.0-alpha.5
@@ -816,5 +816,11 @@ var __assign = (this && this.__assign) || Object.assign || function(t) { | ||
var loadingState = void 0; | ||
if (!isPatch(result) && isDeferred) { | ||
if (isDeferred && !isPatch(result)) { | ||
loadingState = _this.initDeferredFieldLoadingStates(document, result); | ||
} | ||
// Provide some info about patches that get streamed in behind | ||
// the scenes | ||
// TODO: Remove this when out of alpha preview | ||
if (isDeferred && isPatch(result)) { | ||
console.info("Patch received: " + JSON.stringify(result, null, 2)); | ||
} | ||
_this.queryStore.markQueryResult(queryId, result, fetchMoreForQueryId, loadingState); | ||
@@ -821,0 +827,0 @@ _this.invalidate(true, queryId, fetchMoreForQueryId); |
{ | ||
"name": "apollo-client", | ||
"version": "2.4.0-alpha.4", | ||
"version": "2.4.0-alpha.5", | ||
"description": "A simple yet functional GraphQL client.", | ||
@@ -30,3 +30,3 @@ "main": "bundle.umd.js", | ||
"apollo-link": "^1.0.0", | ||
"apollo-link-dedup": "1.1.0-alpha.0", | ||
"apollo-link-dedup": "1.1.0-alpha.2", | ||
"apollo-utilities": "^1.0.17-alpha.4", | ||
@@ -33,0 +33,0 @@ "symbol-observable": "^1.0.2", |
@@ -1,1 +0,1 @@ | ||
export declare const version = "2.4.0-alpha.4"; | ||
export declare const version = "2.4.0-alpha.5"; |
@@ -1,1 +0,1 @@ | ||
exports.version = "2.4.0-alpha.4" | ||
exports.version = "2.4.0-alpha.5" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
561610
6069
+ Addedapollo-link-dedup@1.1.0-alpha.2(transitive)
- Removedapollo-link-dedup@1.1.0-alpha.0(transitive)