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

Commit

Permalink
Support for experimental @defer & @stream (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
robrichard authored Nov 20, 2020
1 parent 2a47160 commit 95e7324
Show file tree
Hide file tree
Showing 7 changed files with 714 additions and 27 deletions.
2 changes: 1 addition & 1 deletion integrationTests/ts/package.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 95e7324

Please sign in to comment.