@graphql-tools/mock
Advanced tools
Comparing version 9.0.2 to 9.0.3-alpha-20240522034805-83c44bb549dbe408a378051a1c61bf0b4b48c5f0
@@ -206,2 +206,4 @@ "use strict"; | ||
resolvers: resolvers, | ||
// This option ensures that schemas are not cloned multiple times, which can be very expensive | ||
updateResolversInPlace: true, | ||
}) | ||
@@ -208,0 +210,0 @@ : schemaWithMocks; |
@@ -203,4 +203,6 @@ import { defaultFieldResolver, GraphQLInterfaceType, GraphQLUnionType, isSchema, isUnionType, } from 'graphql'; | ||
resolvers: resolvers, | ||
// This option ensures that schemas are not cloned multiple times, which can be very expensive | ||
updateResolversInPlace: true, | ||
}) | ||
: schemaWithMocks; | ||
} |
{ | ||
"name": "@graphql-tools/mock", | ||
"version": "9.0.2", | ||
"version": "9.0.3-alpha-20240522034805-83c44bb549dbe408a378051a1c61bf0b4b48c5f0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -11,3 +11,3 @@ "sideEffects": false, | ||
"@graphql-tools/schema": "^10.0.3", | ||
"@graphql-tools/utils": "^10.0.13", | ||
"@graphql-tools/utils": "10.2.1-alpha-20240522034805-83c44bb549dbe408a378051a1c61bf0b4b48c5f0", | ||
"fast-json-stable-stringify": "^2.1.0", | ||
@@ -14,0 +14,0 @@ "tslib": "^2.4.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
111980
2443
2