graphql-tools-fork
Advanced tools
Comparing version 8.9.3 to 8.9.4
@@ -5,2 +5,9 @@ # Changelog | ||
### [8.9.4](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.9.3...v8.9.4) (2020-03-11) | ||
### Bug Fixes | ||
* **mapSchema:** rewire directives last ([b50b4ce](https://github.com/yaacovCR/graphql-tools-fork/commit/b50b4cef6f2d4961bb2a4195607469bfe5d9a4fd)) | ||
### [8.9.3](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.9.2...v8.9.3) (2020-03-10) | ||
@@ -7,0 +14,0 @@ |
@@ -160,6 +160,6 @@ var __assign = (this && this.__assign) || function () { | ||
}); | ||
var newDirectives = directives.map(function (directive) { return rewireDirective(directive); }); | ||
Object.keys(newTypeMap).forEach(function (typeName) { | ||
newTypeMap[typeName] = rewireNamedType(newTypeMap[typeName]); | ||
}); | ||
var newDirectives = directives.map(function (directive) { return rewireDirective(directive); }); | ||
return pruneTypes(newTypeMap, newDirectives); | ||
@@ -166,0 +166,0 @@ function rewireDirective(directive) { |
{ | ||
"name": "graphql-tools-fork", | ||
"version": "8.9.3", | ||
"version": "8.9.4", | ||
"description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", | ||
@@ -74,2 +74,3 @@ "main": "dist/index.js", | ||
"@typescript-eslint/parser": "^2.21.0", | ||
"apollo-link-http": "^1.5.16", | ||
"babel-eslint": "^10.1.0", | ||
@@ -76,0 +77,0 @@ "body-parser": "^1.19.0", |
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
733161
36