@apollographql/graphql-playground-html
Advanced tools
Comparing version 1.6.28 to 1.6.29
@@ -47,7 +47,3 @@ "use strict"; | ||
} | ||
if (!extendedOptions.endpoint && !extendedOptions.configString) { | ||
/* tslint:disable-next-line */ | ||
console.warn("WARNING: You didn't provide an endpoint and don't have a .graphqlconfig. Make sure you have at least one of them."); | ||
} | ||
else if (extendedOptions.endpoint) { | ||
if (extendedOptions.endpoint) { | ||
extendedOptions.endpoint = filter(extendedOptions.endpoint || ''); | ||
@@ -54,0 +50,0 @@ } |
{ | ||
"name": "@apollographql/graphql-playground-html", | ||
"version": "1.6.28", | ||
"version": "1.6.29", | ||
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html", | ||
@@ -5,0 +5,0 @@ "description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).", |
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
28444
204