router
router copied to clipboard
feat: adds `--dev` flag to enable subgraph error inclusion
trafficstars
fixes #1474 by adding a APOLLO_ROUTER_DEV_MODE environment variable to the router
no docs were added as this is not something we should expose to router users, only for use by rover specifically
It is was very intentional that we haven't merely introduced a --dev flag to the Router thus far, so I'm going to convert this to a draft for now because I think we'll need to discuss this a bit in the #1474 issue.
Closing this in favor of https://github.com/apollographql/router/pull/1748, which definitely cargo-culted 👽 part of this implementation. Thanks! 😄