Renée

Results 201 issues of Renée

Maybe this should be a follow up to #637

In https://github.com/apollographql/router/pull/7654, CI passed, but it doesn't build locally (eg. `cargo xtask test`). This updates usage of the cargo_metadata crate so it compiles again.

When a hot reload is triggered by a configuration change, the router attempted to apply updated configuration to open subscriptions. But this could cause excessive logging. When a hot reload...

backport-1.x

When a coprocessor returns some invalid data, you now get an HTTP 500 with extension code "EXTERNAL_CALL_ERROR" instead of "INTERNAL_SERVER_ERROR", and a slightly improved error message that mentions the coprocessor....

Many of our tests use a simple "canned" default schema. This PR replaces the hardcoded query/response mocks with the new subgraph mocking functionality that uses a GraphQL execution engine for...

Depends on https://github.com/apollographql/router/pull/7665 This PR is just for information for now. I think we could/should already apply this on dev, but it can also just serve as an example of...

An example of the refactoring unlocked by #7610. Operation limits enforcement can be done in a layer at the supergraph service. This way it's a composable piece of functionality that...

Prevents polluting Studio with invalid enum values in particular, but also with data from queries that were never executed in general. Still needs a test. This is kind of a...