@graphql-tools/mock
Advanced tools
Comparing version 9.0.2 to 9.0.3-rc-20240521182415-5ae8037f31cb43eaf6f8d0c007ec7b265d46a258
@@ -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-rc-20240521182415-5ae8037f31cb43eaf6f8d0c007ec7b265d46a258", | ||
"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-rc-20240521182415-5ae8037f31cb43eaf6f8d0c007ec7b265d46a258", | ||
"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
111974
2443
2