@wonderflow/graphql-tools
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -244,2 +244,5 @@ "use strict"; | ||
if (!type && typeName !== '__schema') { | ||
if (resolverValidationOptions.allowResolversNotInSchema) { | ||
return; | ||
} | ||
throw new SchemaError("\"" + typeName + "\" defined in resolvers, but not in schema"); | ||
@@ -246,0 +249,0 @@ } |
{ | ||
"name": "@wonderflow/graphql-tools", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A set of useful tools for GraphQL", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
93517
923