-
Apollo federation uses the following introspection query when glueing together subgraphs:
https://github.com/apollographql/rover/blob/83d99ad2c707a5da4e3d48593af7b22a51d6d07d/crates/rover-client/src/…
-
-
i'm using the Apollo Router version 1.30.0 to create plugin, but i got error when run it with
`cargo run -- -s ./supergraph.graphql -c ./router.yaml`
the error
`2023-11-05T13:09:05.381526Z ERROR …
-
**Describe the bug**
The router is not opening the port for the tokio-console when compiled with the specified flags. I have followed the instructions from here: https://github.com/apollographql/route…
-
### Component(s)
processor/transform
### Describe the issue you're reporting
Have requirement to mask fullName value in application logs. Since we are migrating from O11y to Splunk Cloud, th…
-
The test axum_factory::tests::test_supergraph_timeout does not use an ephemeral port, so `cargo test` fails if port 4000 is in use (for example, if you just happen to be running a router with default …
-
**Is your feature request related to a problem? Please describe.**
In the router, it is possible to disable/enable introspection resolution by using the config property `supergraph.introspection.enab…
-
### Summary
I'm trying to write a Postgraphile plugin which (among other things) adds several directives to my GraphQL schema. Adding directives via `makeExtendSchemaPlugin` seems to work if those …
-
The difference between federation is that the gateway is no longer responsible to specify the service configurations. The entire composed graph is fetched by the gateway. This allows to dynamically ad…
-
Hello. I am trying to follow the instructions [documented here](https://netflix.github.io/dgs/generating-code-from-schema/#limiting-generated-code-for-client-api) to limit the types generated. We have…