-
I am first time use @apollo/rover
I do this "$rover supergraph compose --config ./supergraph.yaml --client-timeout=60" but
my supergraph config
it's like my proxy connection timed ou…
-
## Description
Usually, from my team, we are splitting the schema based on the concerns, even from the same service. We are using `gqlgen`, which is golang version of graphql framework, and it …
-
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…
-
On the model documentation https://hasura.io/docs/3.0/supergraph-modeling/models shouldn't we mention why we add models?
For example:
Models create a standard API with a, b, c features and comp…
-
See supergraph
-
## Description
We create a new variant of our graph for each unique ephemeral environment we spin up.
We want to be able to cleanup these variants when they're no longer required.
We can…
-
## Describe the bug
Demonstrated in https://github.com/carldunham/apollo-router-6222.
Given the attached schema, this query
```
query Broken {
animals {
id: name
name
hello
…
-
**Describe the bug**
segmentation fault while trying to run local composition example
**To Reproduce**
```
% ./router --supergraph=supergraph-example.graphql
2024-02-17T10:49:27.032241Z INFO A…
-
Currently, APQ, PQ, and Query Analysis happens inside the RouterService. Those different layers are able to either:
- Give back a transformed (or not) supergraph::Request (in the Ok case)
- A …
-
If you use `@composeDirective` with an executable directive, like this:
```graphql
extend schema
@link(
url: "https://specs.apollo.dev/federation/v2.1",
import: ["@composeDirective"]
…