Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 95e7324

Browse files
authored
Support for experimental @defer & @stream (#583)
1 parent 2a47160 commit 95e7324

File tree

7 files changed

+714
-27
lines changed

7 files changed

+714
-27
lines changed

integrationTests/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@types/node": "14.0.13",
88
"express-graphql": "file:../express-graphql.tgz",
9-
"graphql": "14.7.0",
9+
"graphql": "15.4.0-experimental-stream-defer.1",
1010
"typescript-3.4": "npm:[email protected]",
1111
"typescript-3.5": "npm:[email protected]",
1212
"typescript-3.6": "npm:[email protected]",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-node": "11.1.0",
8484
"express": "4.17.1",
8585
"graphiql": "1.0.6",
86-
"graphql": "15.4.0",
86+
"graphql": "15.4.0-experimental-stream-defer.1",
8787
"mocha": "8.2.1",
8888
"multer": "1.4.2",
8989
"nyc": "15.1.0",

0 commit comments

Comments
 (0)