@graphql-tools/stitch 10.1.4-alpha-4a9ea94b20b8d5731f7fc88c640f0fea2e78a6ae → 10.1.4-alpha-cb5d74178ac278a8dff9f3c28389cd01c854c121

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 (2) hide show
  1. package/CHANGELOG.md +11 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,16 +1,22 @@
1
1
  # @graphql-tools/stitch
2
2
 
3
- ## 10.1.4-alpha-4a9ea94b20b8d5731f7fc88c640f0fea2e78a6ae
3
+ ## 10.1.4-alpha-cb5d74178ac278a8dff9f3c28389cd01c854c121
4
4
  ### Patch Changes
5
5
 
6
6
 
7
7
 
8
8
  - [#1727](https://github.com/graphql-hive/gateway/pull/1727) [`b1295c5`](https://github.com/graphql-hive/gateway/commit/b1295c5d6bdccb8187816c72d40a55a5fca35bdd) Thanks [@ardatan](https://github.com/ardatan)! - Avoid extra `__typename` in the root selection
9
-
9
+
10
+ ```diff
11
+ query {
12
+ - __typename
13
+ hello
14
+ }
15
+ ```
10
16
  - Updated dependencies [[`b1295c5`](https://github.com/graphql-hive/gateway/commit/b1295c5d6bdccb8187816c72d40a55a5fca35bdd)]:
11
- - @graphql-tools/delegate@11.1.4-alpha-4a9ea94b20b8d5731f7fc88c640f0fea2e78a6ae
12
- - @graphql-tools/batch-delegate@10.0.6-alpha-4a9ea94b20b8d5731f7fc88c640f0fea2e78a6ae
13
- - @graphql-tools/wrap@11.0.6-alpha-4a9ea94b20b8d5731f7fc88c640f0fea2e78a6ae
17
+ - @graphql-tools/delegate@11.1.4-alpha-cb5d74178ac278a8dff9f3c28389cd01c854c121
18
+ - @graphql-tools/batch-delegate@10.0.6-alpha-cb5d74178ac278a8dff9f3c28389cd01c854c121
19
+ - @graphql-tools/wrap@11.0.6-alpha-cb5d74178ac278a8dff9f3c28389cd01c854c121
14
20
 
15
21
  ## 10.1.3
16
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/stitch",
3
- "version": "10.1.4-alpha-4a9ea94b20b8d5731f7fc88c640f0fea2e78a6ae",
3
+ "version": "10.1.4-alpha-cb5d74178ac278a8dff9f3c28389cd01c854c121",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -38,13 +38,13 @@
38
38
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@graphql-tools/batch-delegate": "10.0.6-alpha-4a9ea94b20b8d5731f7fc88c640f0fea2e78a6ae",
42
- "@graphql-tools/delegate": "11.1.4-alpha-4a9ea94b20b8d5731f7fc88c640f0fea2e78a6ae",
41
+ "@graphql-tools/batch-delegate": "10.0.6-alpha-cb5d74178ac278a8dff9f3c28389cd01c854c121",
42
+ "@graphql-tools/delegate": "11.1.4-alpha-cb5d74178ac278a8dff9f3c28389cd01c854c121",
43
43
  "@graphql-tools/executor": "^1.4.13",
44
44
  "@graphql-tools/merge": "^9.1.5",
45
45
  "@graphql-tools/schema": "^10.0.29",
46
46
  "@graphql-tools/utils": "^10.10.3",
47
- "@graphql-tools/wrap": "11.0.6-alpha-4a9ea94b20b8d5731f7fc88c640f0fea2e78a6ae",
47
+ "@graphql-tools/wrap": "11.0.6-alpha-cb5d74178ac278a8dff9f3c28389cd01c854c121",
48
48
  "@whatwg-node/promise-helpers": "^1.3.2",
49
49
  "tslib": "^2.8.1"
50
50
  },