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

Support for experimental @defer & @stream #583

Merged
merged 3 commits into from Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrationTests/ts/package.json
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@types/node": "14.0.13",
"express-graphql": "file:../express-graphql.tgz",
"graphql": "14.7.0",
"graphql": "15.4.0-experimental-stream-defer.1",
"typescript-3.4": "npm:typescript@3.4.x",
"typescript-3.5": "npm:typescript@3.5.x",
"typescript-3.6": "npm:typescript@3.6.x",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-node": "11.1.0",
"express": "4.17.1",
"graphiql": "1.0.6",
"graphql": "15.4.0",
"graphql": "15.4.0-experimental-stream-defer.1",
"mocha": "8.2.1",
"multer": "1.4.2",
"nyc": "15.1.0",
Expand Down