graphql-js
graphql-js copied to clipboard
allow nested defers at the same level
Implements Option A from https://github.com/graphql/defer-stream-wg/discussions/80
Deploy Preview for compassionate-pike-271cb3 ready!
| Name | Link |
|---|---|
| Latest commit | bf20902a7f7df4d7231e8f63e78cdc69b761e6e6 |
| Latest deploy log | https://app.netlify.com/sites/compassionate-pike-271cb3/deploys/65f9f289d20bb5000870dfe8 |
| Deploy Preview | https://deploy-preview-4002--compassionate-pike-271cb3.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hi @yaacovCR, I'm @github-actions bot happy to help you with this PR 👋
Supported commands
Please post this commands in separate comments and only one per comment:
@github-actions run-benchmark- Run benchmark comparing base and merge commits for this PR@github-actions publish-pr-on-npm- Build package from this PR and publish it on NPM
@github-actions publish-pr-on-npm
@github-actions publish-pr-on-npm
@yaacovCR The latest changes of this PR are available on NPM as graphql@17.0.0-alpha.3.canary.pr.4002.b3f6af2e83280d7830b2a01265e0977b7b68e2f4 Note: no gurantees provided so please use your own discretion.
Also you can depend on latest version built from this PR:
npm install --save graphql@canary-pr-4002
This is the starting point for #4026, a major rewrite of incremental delivery with the aim of following the spec edits at https://github.com/graphql/graphql-spec/pull/1077
Considering that, if we are confident #4026 will get merged, this PR becomes important less for the implementation, and more for the test changes.