graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

allow nested defers at the same level

Open yaacovCR opened this issue 1 year ago • 4 comments

Implements Option A from https://github.com/graphql/defer-stream-wg/discussions/80

yaacovCR avatar Dec 22 '23 04:12 yaacovCR

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Dec 22 '23 04:12 netlify[bot]

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[bot] avatar Dec 22 '23 04:12 github-actions[bot]

@github-actions publish-pr-on-npm

yaacovCR avatar Feb 01 '24 10:02 yaacovCR

@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

github-actions[bot] avatar Feb 01 '24 10:02 github-actions[bot]

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.

yaacovCR avatar Mar 11 '24 15:03 yaacovCR