graphql / graphql-js

A reference implementation of GraphQL for JavaScript
http://graphql.org/graphql-js/
MIT License
19.97k stars 2k forks source link

incremental: handle Stream as stream rather than linked list #4098

Closed yaacovCR closed 3 weeks ago

yaacovCR commented 1 month ago

The incremental graph can handle a stream as a stream, rather than creating a linked list where each incremental data record also includes the next record in addition to any new defers and/or streams.

Enables easily batching all available stream items within the same incremental entry.

Depends on #4094

netlify[bot] commented 1 month ago

Deploy Preview for compassionate-pike-271cb3 ready!

Name Link
Latest commit dfada7d5dc907595cf561e3f384e44bde5a0b6a7
Latest deploy log https://app.netlify.com/sites/compassionate-pike-271cb3/deploys/6661261460b1fb00083ba314
Deploy Preview https://deploy-preview-4098--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.

github-actions[bot] commented 1 month ago

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