@8base/apollo-client
Advanced tools
Comparing version 0.5.10 to 0.6.0
{ | ||
"name": "@8base/apollo-client", | ||
"version": "0.5.10", | ||
"version": "0.6.0", | ||
"main": "lib/apollo-client.js", | ||
@@ -12,4 +12,4 @@ "scripts": { | ||
"devDependencies": { | ||
"@8base/apollo-links": "^0.5.10", | ||
"@8base/webpack-configuration": "^0.5.10", | ||
"@8base/apollo-links": "^0.6.0", | ||
"@8base/webpack-configuration": "^0.6.0", | ||
"apollo-client": "^2.4.2", | ||
@@ -16,0 +16,0 @@ "babel-cli": "^6.26.0", |
@@ -33,3 +33,3 @@ // @flow | ||
* @param {Function} [config.onRequestSuccess] - The callback which called when request is success. | ||
* @param {Function} [config.onRequestError] - The callback which called when request is success. | ||
* @param {Function} [config.onRequestError] - The callback which called when request is fail. | ||
* | ||
@@ -36,0 +36,0 @@ * @return instance of the Apollo Client |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
685112