-
Notifications
You must be signed in to change notification settings - Fork 13
fix(transport-http): interpolate dynamic values #1017
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
base: main
Are you sure you want to change the base?
Conversation
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/executor-http |
1.4.0-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.2.1-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.11.10-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.13.6-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/nestjs |
1.0.10-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/plugin-aws-sigv4 |
1.0.7-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.54-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.42-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.7.1-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http |
0.7.0-alpha-237f9728c6810b0694075ef13ba5628deb348420 |
npm ↗︎ unpkg ↗︎ |
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
Support dynamic values in GraphQL HTTP Transport as in other transports GraphQL Mesh has since v0. So
endpoint
can be{env.SOME_ENDPOINT}
can dynamically be filled