-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support incremental delivery with defer/stream #41
Commits on Aug 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7880fe1 - Browse repository at this point
Copy the full SHA 7880fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cace044 - Browse repository at this point
Copy the full SHA cace044View commit details -
Support returning async iterables from resolver functions
Support returning async iterables from resolver functions
Configuration menu - View commit details
-
Copy full SHA for 3ce0fb7 - Browse repository at this point
Copy the full SHA 3ce0fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93bd84a - Browse repository at this point
Copy the full SHA 93bd84aView commit details -
Add @defer directive to specified directives
# Conflicts: # src/index.d.ts # src/type/directives.d.ts # src/type/directives.ts # src/type/index.js
Configuration menu - View commit details
-
Copy full SHA for da7774d - Browse repository at this point
Copy the full SHA da7774dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 453fb25 - Browse repository at this point
Copy the full SHA 453fb25View commit details -
Add @stream directive to specified directives
# Conflicts: # src/index.d.ts # src/type/directives.d.ts # src/type/directives.ts # src/type/index.js
Configuration menu - View commit details
-
Copy full SHA for 8981544 - Browse repository at this point
Copy the full SHA 8981544View commit details -
Implement support for @stream directive
# Conflicts: # src/execution/execute.ts # src/validation/index.d.ts # src/validation/index.ts
Configuration menu - View commit details
-
Copy full SHA for c62cd9e - Browse repository at this point
Copy the full SHA c62cd9eView commit details -
add defer/stream support for subscriptions (#7)
# Conflicts: # src/subscription/subscribe.ts
Configuration menu - View commit details
-
Copy full SHA for 1e267cf - Browse repository at this point
Copy the full SHA 1e267cfView commit details -
Return underlying AsyncIterators when execute result is returned (gra…
…phql#2843) # Conflicts: # src/execution/execute.ts
Configuration menu - View commit details
-
Copy full SHA for fdd3c95 - Browse repository at this point
Copy the full SHA fdd3c95View commit details -
fix(race): concurrent next calls with defer/stream (graphql#2975)
* fix(race): concurrent next calls * refactor test * use invariant * disable eslint error * fix
Configuration menu - View commit details
-
Copy full SHA for a09e09c - Browse repository at this point
Copy the full SHA a09e09cView commit details
Commits on Oct 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0a6bf12 - Browse repository at this point
Copy the full SHA 0a6bf12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 359e9cd - Browse repository at this point
Copy the full SHA 359e9cdView commit details
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f6c52c6 - Browse repository at this point
Copy the full SHA f6c52c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e770f - Browse repository at this point
Copy the full SHA a1e770fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c566f8f - Browse repository at this point
Copy the full SHA c566f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8400ee7 - Browse repository at this point
Copy the full SHA 8400ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e25f432 - Browse repository at this point
Copy the full SHA e25f432View commit details -
Update defer/stream to return AsyncGenerator
...instead of AsyncIterable, to match v16
Configuration menu - View commit details
-
Copy full SHA for 945ec88 - Browse repository at this point
Copy the full SHA 945ec88View commit details
Commits on Oct 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 43eaa11 - Browse repository at this point
Copy the full SHA 43eaa11View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52d0d0 - Browse repository at this point
Copy the full SHA f52d0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b61f7a6 - Browse repository at this point
Copy the full SHA b61f7a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc7372 - Browse repository at this point
Copy the full SHA 6fc7372View commit details