router
router copied to clipboard
A configurable, high-performance routing runtime for Apollo Federation 🚀
**Is your feature request related to a problem? Please describe.** Subgraph system needs to restrict with client IP address. I need to set `x-forwarded-for` header to retain the client IP...
**Describe the solution you'd like** The router sets a keepalive with duration of 60s for subgraph requests. This seems like a very aggressive default, which should be configurable to say...
i recently implemented this feature in a go codebase and so i'm adding to the docs a clarifying note that would have helped save me some time. it appears that...
**Is your feature request related to a problem? Please describe.** Router has already implemented support for h2c for subgraph requests: https://github.com/apollographql/router/pull/3852 This request is to provide the same functionality to...
## Is your feature request related to a problem? Please describe. My company has a requirement that all customer data-at-rest is encrypted. If we start using the new [Entity Caching...
## Is your feature request related to a problem? Please describe.** Router has a feature today to limit the incoming operation with various options like so ```yaml limits: http_max_request_bytes: 2000000...
## Is your feature request related to a problem? Please describe. In NodeJS, which also means Apollo Gateway, I can set the max HTTP header size and limit (see [--max-http-header-size](https://nodejs.org/api/cli.html#--max-http-header-sizesize))....
## Is your feature request related to a problem? Please describe. Today, if a JWT is present but validation of the JWT fails, the router rejects the request. We require...
Update content from new docs site branch
This PR removes the under-documented JSONSelection `StarSelection` syntax. The `StarSelection` syntax provided a way to capture all unselected properties of an input object, which could then be given a name...