-
Notifications
You must be signed in to change notification settings - Fork 575
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
feat: defer/stream plugin #1997
Conversation
🦋 Changeset detectedLatest commit: 57f8cb9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 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 |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-yoga/apollo-link |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/common |
3.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/redis-event-target |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/typed-event-target |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/graphiql |
3.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
3.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/node |
3.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
1.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
3.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/subscription |
3.0.0-alpha-20221102190102-4116dba1 |
npm ↗︎ unpkg ↗︎ |
✅ Benchmark Results
|
🚀 Website PreviewThe latest changes to the website are available as preview in: https://b0289cdf.graphql-yoga.pages.dev |
3fa570e
to
6b452f9
Compare
introduce a new plugin to enable
defer/stream
in Yoga. Although executor supportsdefer/stream
out of the box it can have many breaking changes so we are using the plugin as a way to conditional expose the functionally of incremental delivery for users. This will act as an opt-in way for users to start using incremental delivery