Skip to content

Commit c5b0719

Browse files
authoredAug 31, 2021
Some improvements and preparation for GraphQL v16 (#3443)
* Test GraphQL v16 * Fix tests * Move collectFields to utils * v16< support * More * Fix tests for v14 and v15 * Fix * Naming * Use 15 in resolutions * Go * ... * Cleanup * Do not import an nested modules from graphql-js * Fix build * Changesets and more * Update graphql-js peerDep range * More * Fix * Improve DX * Some memoization * Fix memoize functions * More * Fix tests * Reuse functions * ??? * Less iterations * Remove object.assign at all * More * ...
1 parent 593ec9b commit c5b0719

File tree

122 files changed

+1090
-1729
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+1090
-1729
lines changed
 

‎.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"linked": [],
6-
"access": "restricted",
6+
"access": "public",
77
"baseBranch": "master",
88
"updateInternalDependencies": "patch",
99
"ignore": [

‎.changeset/few-chefs-bow.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-tools/delegate': minor
3+
'@graphql-tools/utils': minor
4+
---
5+
6+
enhance(utils): copy inspect util from graphql-js

1 commit comments

Comments
 (1)
Please sign in to comment.