-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return underlying AsyncIterators when execute result is returned #2843
Merged
robrichard
merged 1 commit into
graphql:defer-stream
from
robrichard:defer-stream-return
Nov 10, 2020
Merged
Return underlying AsyncIterators when execute result is returned #2843
robrichard
merged 1 commit into
graphql:defer-stream
from
robrichard:defer-stream-return
Nov 10, 2020
Conversation
This file contains 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
robrichard
added a commit
that referenced
this pull request
Nov 18, 2020
robrichard
added a commit
that referenced
this pull request
Dec 31, 2020
robrichard
added a commit
that referenced
this pull request
Jan 22, 2021
robrichard
added a commit
that referenced
this pull request
Jan 22, 2021
robrichard
added a commit
that referenced
this pull request
Jan 22, 2021
robrichard
added a commit
that referenced
this pull request
Feb 9, 2021
robrichard
added a commit
that referenced
this pull request
Feb 9, 2021
robrichard
added a commit
that referenced
this pull request
Feb 9, 2021
robrichard
added a commit
that referenced
this pull request
Feb 9, 2021
robrichard
added a commit
that referenced
this pull request
Feb 9, 2021
robrichard
added a commit
that referenced
this pull request
Feb 12, 2021
robrichard
added a commit
that referenced
this pull request
Feb 16, 2021
robrichard
added a commit
that referenced
this pull request
Jun 2, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Jun 3, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Jun 3, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Jun 3, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Jun 3, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Jun 4, 2021
# Conflicts: # src/execution/execute.ts
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Jun 9, 2021
…phql#2843) # Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Aug 27, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Aug 27, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Aug 30, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Oct 27, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Oct 27, 2021
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Oct 28, 2021
# Conflicts: # src/execution/execute.ts
yaacovCR
added a commit
to yaacovCR/graphql-js
that referenced
this pull request
Oct 29, 2021
* support async benchmark tests * Add benchmarks for sync and async list fields * Support returning async iterables from resolver functions Support returning async iterables from resolver functions * add benchmark tests for async iterable list fields * Add @defer directive to specified directives # Conflicts: # src/index.d.ts # src/type/directives.d.ts # src/type/directives.ts # src/type/index.js * Implement support for @defer directive * Add @stream directive to specified directives # Conflicts: # src/index.d.ts # src/type/directives.d.ts # src/type/directives.ts # src/type/index.js * Implement support for @stream directive # Conflicts: # src/execution/execute.ts # src/validation/index.d.ts # src/validation/index.ts * add defer/stream support for subscriptions (#7) # Conflicts: # src/subscription/subscribe.ts * Return underlying AsyncIterators when execute result is returned (graphql#2843) # Conflicts: # src/execution/execute.ts * fix(race): concurrent next calls with defer/stream (graphql#2975) * fix(race): concurrent next calls * refactor test * use invariant * disable eslint error * fix * Update executor * Disable require-atomic-updates eslint/eslint#11899 * Fix merege * Further merge fixes * run prettier * add changeset * Update defer/stream to return AsyncGenerator ...instead of AsyncIterable, to match v16 * add optional arguments to disable incremental delivery * Subscription root field by spec cannot be inside deferred fragment * Use spread initializers * fix code coverage Co-authored-by: Rob Richard <[email protected]> Co-authored-by: Liliana Matos <[email protected]>
robrichard
added a commit
that referenced
this pull request
Jan 26, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Feb 2, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Feb 7, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Feb 7, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Feb 23, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Feb 23, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Feb 23, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Mar 7, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Mar 7, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Apr 4, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Apr 13, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Apr 20, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Apr 20, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Apr 27, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
May 5, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
May 5, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
May 13, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
May 23, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
May 26, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
May 26, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Jun 13, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Jun 21, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Jun 22, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Jun 23, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Aug 3, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Aug 3, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Aug 15, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Aug 19, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Aug 19, 2022
# Conflicts: # src/execution/execute.ts
robrichard
added a commit
that referenced
this pull request
Aug 23, 2022
# Conflicts: # src/execution/execute.ts
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.
No description provided.