-
Notifications
You must be signed in to change notification settings - Fork 574
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
GraphQL over SSE distinct connection mode #2463
Conversation
🦋 Changeset detectedLatest commit: 9a84cea The changes in this PR will be included in the next version bump. This PR includes changesets to release 21 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-yoga/apollo-link |
1.7.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
1.7.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/common |
3.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
3.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/node |
3.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
1.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
1.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-csrf-prevention |
1.4.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
1.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-disable-introspection |
0.7.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-graphql-sse |
1.4.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
1.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
1.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
1.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-sofa |
1.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
3.8.0-rc-20230320161336-9a84cea3 |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://3541f97b.graphql-yoga.pages.dev |
@@ -110,7 +110,7 @@ export function handleError( | |||
export function getResponseInitByRespectingErrors( | |||
result: ResultProcessorInput, | |||
headers: Record<string, string> = {}, | |||
isApplicationJson = false, | |||
prefer200 = false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a comment explaining this flag
4a1d1e5
to
be437c7
Compare
Apollo Federation Subgraph Compatibility Results
Learn more: |
Closed in favour of #2445. |
Closes #2445
Starting from next major release of Yoga, the
graphqlSse
server option will be dropped and GraphQL over SSE spec will be used exclusively.TODO