router
router copied to clipboard
A configurable, high-performance routing runtime for Apollo Federation 🚀
## Describe the bug _A clear and concise description of what the bug is._ Adding attributes to instrumentation settings are failing to be applied to metrics. ## To Reproduce 1....
A couple of things currently broken: - the context argument on the join spec definition - context_spec definition propagation - some error condition todos
Fix https://github.com/apollographql/router/issues/5372 Closes https://github.com/apollographql/router/pull/6143 When formatting responses, the router is validating the data returned by subgraphs and replacing it with null values as appropriate. MEssages were put in the response...
This ensures that `temporality: delta` is included in the suggestions for Dynatrace.
### Problem Semantic diff generated messages are not very helpful when the difference is under a parallel node. Example diff message (old): ``` mismatched set: missing item[0] under Parallel node...
## Is your feature request related to a problem? Please describe. JWT authorization issuer config only supports a single string, we have environments where we require to support 2 issuers...
Allow AWS SigV4 signing for Apollo Connectors requests. This allows connectors to invoke any AWS service through its HTTP API. Signing options can be configured per Connectors source. Example configuration:...
**Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [x] Changes are compatible[^1] - [x] Documentation[^2] completed - [x] Performance impact assessed and acceptable...
## Describe the bug I have a subgraph which is returning the following: ``` { "extensions": { "request-id": "UUID" }, data: {...}, } ``` but the router is returning only...