@graphql-tools/wrap 8.4.8 → 8.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +0 -1
  2. package/index.mjs +0 -1
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -1756,7 +1756,6 @@ function introspectSchema(executor, context, options) {
1756
1756
  return new valueOrPromise.ValueOrPromise(() => executor({
1757
1757
  document: parsedIntrospectionQuery,
1758
1758
  context,
1759
- operationType: 'query',
1760
1759
  }))
1761
1760
  .then(introspection => {
1762
1761
  if (utils.isAsyncIterable(introspection)) {
package/index.mjs CHANGED
@@ -1752,7 +1752,6 @@ function introspectSchema(executor, context, options) {
1752
1752
  return new ValueOrPromise(() => executor({
1753
1753
  document: parsedIntrospectionQuery,
1754
1754
  context,
1755
- operationType: 'query',
1756
1755
  }))
1757
1756
  .then(introspection => {
1758
1757
  if (isAsyncIterable(introspection)) {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-tools/wrap",
3
- "version": "8.4.8",
3
+ "version": "8.4.9",
4
4
  "description": "A set of utils for faster development of GraphQL tools",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
7
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-tools/delegate": "8.6.1",
10
+ "@graphql-tools/delegate": "8.7.0",
11
11
  "@graphql-tools/schema": "8.3.5",
12
12
  "@graphql-tools/utils": "8.6.5",
13
13
  "tslib": "~2.3.0",