router
router copied to clipboard
A configurable, high-performance routing runtime for Apollo Federation 🚀
When the client closes the connection prematurely, it drops the entire request handling task, which means that it won't go through the entire response pipeline, where we record the operation...
Adds docs for the file uploads feature Fixes #4629 Still to-do: - [ ] Update list of enterprise features in monodocs - https://github.com/apollographql/docs/pull/773 - [ ] Update client docs to...
> **Note** > **This particular PR must be true-merged to `main`.** * This PR is only ready to review when it is marked as "Ready for Review". It represents the...
Error handling prototype --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed -...
Fix #4749 This introduces a new metric that counts GraphQL errors, split by their code --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review....
This adds the standardisation code that I used successfully for harness runs, so we should get quite robust results. I tested this manually by adding a `panic!()` in the mismatch...
*Description here* Fixes #**issue_number** --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed...
**Is your feature request related to a problem? Please describe.** We have list of "trusted" domains, for which we would like to enable `Access-Control-Allow-Credentials` as we have some old applications...
**Is your feature request related to a problem? Please describe.** Yes, the problem I'm experiencing is related to the lack of feature parity between the `CorsLayer` in the Apollo Router...
Ensure that we have a demo of file uploads that we can show customers.