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

Commit 10f6843

Browse files
committed
Support for experimental @defer & @stream (#583)
1 parent 2882357 commit 10f6843

File tree

7 files changed

+715
-28
lines changed

7 files changed

+715
-28
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:typescript@3.4.x",
1111
"typescript-3.5": "npm:typescript@3.5.x",
1212
"typescript-3.6": "npm:typescript@3.6.x",

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"express": "4.17.1",
8686
"graphiql": "1.0.6",
8787
"graphiql-subscriptions-fetcher": "0.0.2",
88-
"graphql": "15.4.0",
88+
"graphql": "15.4.0-experimental-stream-defer.1",
8989
"mocha": "8.2.1",
9090
"multer": "1.4.2",
9191
"nyc": "15.1.0",
@@ -102,6 +102,6 @@
102102
"unfetch": "4.2.0"
103103
},
104104
"peerDependencies": {
105-
"graphql": "^14.7.0 || ^15.3.0"
105+
"graphql": "^14.7.0 || ^15.3.0 || 15.4.0-experimental-stream-defer.1"
106106
}
107107
}

0 commit comments

Comments
 (0)