apollo-client
Advanced tools
Comparing version
@@ -26,3 +26,3 @@ "use strict"; | ||
else { | ||
throw new Error('Only scalar argument types currently supported.'); | ||
throw new Error("For inline arguments, only scalar types are supported. To use Enum or Object types, please pass them as variables."); | ||
} | ||
@@ -29,0 +29,0 @@ }); |
{ | ||
"name": "apollo-client", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "A simple yet functional GraphQL client.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -107,2 +107,5 @@ "use strict"; | ||
} | ||
else { | ||
console.error('Unhandled network error', queryStoreValue.networkError, queryStoreValue.networkError.stack); | ||
} | ||
} | ||
@@ -109,0 +112,0 @@ else { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
105864
0.37%1635
0.18%