-
**Is your feature request related to a problem? Please describe.**
[Coproccesors](https://www.apollographql.com/docs/router/customizations/coprocessor/) allows hooking into the router lifeclycle allo…
-
schema.graphql:
```
type Query
@join__type(graph: ACCOUNTS)
@join__type(graph: INVENTORY)
@join__type(graph: PRODUCTS)
@join__type(graph: REVIEWS) {
"""
desc: xxxxxx
"""
me…
-
**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…
-
## Description
Today when I use rover subgraph publish Studio checks the schema I submitted against the schema in the registry to determine if there were any changes before actually publishing the …
-
Subgraph publish errors when using this library:
```
DIRECTIVE_DEFINITION_INVALID: [shop] Invalid definition for directive "@key": argument "fields" should have type "_FieldSet!" but found type "Fie…
-
When an error is returned the `locations` seems to always be on line 1, even when the actual error is on a different line. From what I can see it is because `\n` is counted as a regular character, not…
-
**Describe the bug**
Setting RUST_LOG=error does not displays some metrics
**To Reproduce**
Steps to reproduce the behavior:
## Run following command from router/examples/telemetry to reproduce …
-
**Summary**
I am trying to use `withCopyFilesToContainer` to copy files onto a container. The build system I am using is Bazel, which runs the javascript inside a sandbox. The sandbox contains only…
-
some subgraphs require authentication before they will respond to introspection queries. `rover graph introspect` and `rover subgraph introspect` both allow multiple `--header/-H` arguments to be pass…
-
Starting a Fed 2.2 router with a Fed 2.3 supergraph schema results in the following error message. Here's a one liner to reproduce:
```console
$ curl -sSL https://rover.apollo.dev/nix/v0.10.0 | sh…