Support returning async iterables from resolver functions#2757
Merged
IvanGoncharov merged 2 commits intomainfrom Jun 23, 2022
Merged
Support returning async iterables from resolver functions#2757IvanGoncharov merged 2 commits intomainfrom
IvanGoncharov merged 2 commits intomainfrom
Conversation
Member
Author
|
@robrichard Since ATM we are using a very similar algorithm I'm worried that we will also have memory leak: |
f612eb6 to
d25cf40
Compare
Merged
f1ddb83 to
10f12a1
Compare
e93482c to
b393729
Compare
6415aa1 to
93bd84a
Compare
dnalborczyk
reviewed
Sep 23, 2021
2153dda to
fa38819
Compare
c2d20a1 to
971ce43
Compare
e8c1a70 to
09d56d6
Compare
09d56d6 to
8c6d731
Compare
18a6145 to
58c72ab
Compare
Contributor
|
We decided at last js-wg to give this a few days, but it seems to have slipped. It looks good to me. @IvanGoncharov @saihaj ? |
saihaj
approved these changes
Jun 14, 2022
58c72ab to
dc1d8b4
Compare
Support returning async iterables from resolver functions
dc1d8b4 to
2826e53
Compare
Member
Author
|
@robrichard Merged, sorry for the long overdue review. |
angelini
pushed a commit
to gadget-inc/graphql-js
that referenced
this pull request
Aug 30, 2023
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Dec 11, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Dec 11, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Dec 11, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Dec 11, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Dec 16, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Dec 17, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Dec 17, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Dec 22, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
that referenced
this pull request
Dec 22, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
that referenced
this pull request
Dec 22, 2025
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Jan 27, 2026
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
that referenced
this pull request
Feb 22, 2026
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
that referenced
this pull request
Feb 23, 2026
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
that referenced
this pull request
Feb 24, 2026
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
that referenced
this pull request
Feb 24, 2026
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
that referenced
this pull request
Feb 24, 2026
Co-authored-by: Rob Richard <[email protected]>
yaacovCR
pushed a commit
that referenced
this pull request
Feb 24, 2026
Co-authored-by: Rob Richard <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuation of #2712
Depends on #3134