graphcool-yml
Advanced tools
Comparing version 0.0.0-alpha.3 to 0.0.1
@@ -23,3 +23,3 @@ "use strict"; | ||
Cluster.prototype.getDeployEndpoint = function () { | ||
return this.baseUrl + "/system/graphiql.html"; | ||
return this.baseUrl + "/system/playground"; | ||
}; | ||
@@ -26,0 +26,0 @@ return Cluster; |
{ | ||
"name": "graphcool-yml", | ||
"version": "0.0.0-alpha.3", | ||
"version": "0.0.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
99146