-
Notifications
You must be signed in to change notification settings - Fork 349
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-hive/gateway] allow header forwarding for WebSocket transport #7712
Conversation
The build artifacts of |
The build artifacts of |
Apollo Federation Subgraph Compatibility Results
Learn more: |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-mesh/fusion-runtime |
0.9.6-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.4.0-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/hmac-upstream-signature |
1.2.4-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-jwt-auth |
1.2.4-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.4-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-operation-headers |
1.2.4-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.2.4-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/serve-cli |
1.4.0-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/serve-runtime |
1.2.4-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http |
0.6.12-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-ws |
0.4.0-alpha-20241026113055-d58b8697a64f82eb6a334506b0eb712a22ce24bc |
npm ↗︎ unpkg ↗︎ |
The build artifacts of |
💻 Website PreviewThe latest changes are available as preview in: https://3926b744.graphql-mesh.pages.dev |
The build artifacts of |
Published
|
Published
|
d3b99a7
to
23b717b
Compare
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.
The fact that the headers can be forwarded now is a changeset too. Would be great to add an example and ideally update the docs.
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.
Aside from the stable version bump, this looks good to me!
324615c
to
35ac686
Compare
925c26a
to
6dccd8f
Compare
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.
Do you think we need tests ?
6dccd8f
to
f9a69bb
Compare
@EmrysMyrddin please rebase (again 😅), answer this and then we can land this. |
f9a69bb
to
da5ef67
Compare
Hummm perhaps we should have tests yes, I'm even kind of surprised I haven't broken any test with my change. |
da5ef67
to
9d2e78b
Compare
325db5f
to
283b902
Compare
cab931d
to
56d9642
Compare
…rt (#7712) Co-authored-by: enisdenjo <[email protected]>
fixes #7673
fixes #6335