router
router copied to clipboard
A configurable, high-performance routing runtime for Apollo Federation 🚀
**Describe the bug** Hi everybody, is there a way we can pass an `env` tag to datadog through the integrated telemetry framework? Currently, all my traces are stepping into the...
I've seen it a couple of times in CI, and it just happened to me locally: ``` running 22 tests test defer_path_with_disabled_config ... ok test api_schema_hides_field ... ok test automated_persisted_queries...
**Describe the bug** I am running a router in a kubernetes deployment using `ghcr.io/apollographql/router:v1.0.0-alpha.0`. I have the supergraph and the config as a mounted volume from a configmap. ``` env:...
**Is your feature request related to a problem? Please describe.** We'd love to use Apollo Router as our federated gateway, but we are in need of Subscription support. We use...
We should provide suggestions in our documentation as to where TLS can be terminated outside the Router. The Router does not support terminating TLS since really excellent, specialized, often readily/already-available...
Given the below query: ```graphql { __typename fast ...deferedFragment @defer } fragment deferedFragment on Query { slow } ``` The `__typename` is not included in the initial payload: ``` $...
At some point this feature was removed, but we need to be able to specify custom configuration and schema sources.
**Is your feature request related to a problem? Please describe.** I have a native Rust plugin to handle JWT authorization, but would like to skip the authorization logic if, for...
It would seem that the `cargo about generate --workspace -o licenses.html about.hbs` file generates different results (potentially based on different operating systems? glibc versions? Something else? _Not sure._) This results...
I just tried to compare the router and the gateway's behavior if a subgraph returns an error: CURL command: ```bash curl --request POST \ --header 'content-type: application/json' \ --url http://localhost:...