apollo-client
Advanced tools
Comparing version 0.3.11 to 0.3.12
{ | ||
"name": "apollo-client", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "A simple yet functional GraphQL client.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -171,3 +171,3 @@ "use strict"; | ||
} | ||
var queryString = printer_1.print(query); | ||
var queryString = printer_1.print(queryDef); | ||
var querySS = { | ||
@@ -174,0 +174,0 @@ id: 'ROOT_QUERY', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111196