Jesse Rosenberger
Jesse Rosenberger
This is just meant to track the need to try to define that story. Part of the work here will be to fill out this issue with a design plan....
Today, the Apollo Gateway supports whole response caching thanks to @mandiwise's contribution of https://github.com/apollographql/federation/pull/870 as an evolution of [the `@cacheControl` story in Apollo Server](https://www.apollographql.com/docs/apollo-server/performance/caching/), which produces `cache-control` (and `age`) headers....
This might be a limitation of `clap` (our command line flag tool), but I see that running `rover --help` indicates the **global** availability of the `--output json` flag (that is,...
Related to https://github.com/apollographql/router/issues/1474 โ not necessarily the solution, but I think still generally very useful. Could Rover set some environment variable when spawning subprocesses so those processes can detect that...
Today, we're doing parsing of the graph ref, client-side, inside of Rover: https://github.com/apollographql/rover/blob/ddb804bd14796c81df882b3030dd4f58427668f2/src/utils/parsers.rs#L41-L67 We should move this, server-side, to within the API, so we can control the behavior of it...
This follows up on the suggestion offered in https://github.com/apollographql/rover/issues/81 โ which shows the delta of number of changes โ with feedback we received in the demo about it being a...
As discovered on the โv2โ (version 2) `apollo-server` documentation: https://www.apollographql.com/docs/apollo-server/v2/
This is a problem that only affects the root documentation, but it seems if you go to https://www.apollographql.com/docs/apollo-server/v2 (without the trailing slash), that none of the sidebar links take you...
It would be great if we had a plugin which automatically failed the build if we've introduced a broken link. As originally submitted in https://github.com/apollographql/engine-docs/pull/138 by @evans, but with the...