Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "graphql", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A Query Language and Runtime which can target any service.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -50,3 +50,3 @@ | ||
function isIntrospectionType(typename) { | ||
return typename.startsWith('__'); | ||
return typename.indexOf('__') === 0; | ||
} | ||
@@ -53,0 +53,0 @@ |
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
284845