-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
get defer/stream from graphql-js #4796
Conversation
🦋 Changeset detectedLatest commit: 71c9fd9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 29 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Benchmark Results
|
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/batch-delegate |
8.4.4-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/batch-execute |
8.5.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
9.0.11-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor |
0.0.3-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/graphql-tag-pluck |
7.3.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
graphql-tools |
8.3.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/import |
6.7.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/links |
8.3.15-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/load |
7.8.3-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/apollo-engine-loader |
7.3.16-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/code-file-loader |
7.3.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/git-loader |
7.2.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/github-loader |
7.3.16-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/graphql-file-loader |
7.5.8-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/json-file-loader |
7.4.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/module-loader |
7.2.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/prisma-loader |
7.2.27-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/url-loader |
7.16.7-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/merge |
8.3.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/mock |
8.7.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/node-require |
6.4.11-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/relay-operation-optimizer |
6.5.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/resolvers-composition |
6.5.9-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/schema |
9.0.7-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
8.7.16-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitching-directives |
2.3.14-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/utils |
9.0.0-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/wrap |
9.2.6-alpha-20221101140629-bcc8116c |
npm ↗︎ unpkg ↗︎ |
🚀 Website PreviewThe latest changes to the website are available as preview in: https://3e0eabe3.graphql-tools.pages.dev |
323a496
to
3088ddf
Compare
1acd73b
to
c7b9db4
Compare
5cc3d6c
to
11f2458
Compare
Summary
Get Defer Stream support for execution based on graphql/graphql-js#3659. I think I can make incremental delivery default of this
execute
so no need to have special function. This executor is meant to support latest greatest features and be performant.