-
I am just following the [Hasura Quickstart guide](https://hasura.io/docs/3.0/getting-started/quickstart/) and it literally fails at the step 4 with error:
```
ERR Timed out after 5m0s: Get "http:/…
-
Hi, I am building the application using a hierarchical agent team. But when I enable the "LANGCHAIN_TRACING_V2" environment variable to send the data to the langsmith. I got the error
```
Error: K…
-
https://github.com/the-guild-org/federation/blob/e8413948430beba25ddee76145e3b753eee297bf/src/graphql/transform-supergraph-to-public-schema.ts#L12-L34
We use these in different places within Hive, …
-
Thanks for this great package! Where should I get the API key to use with this package?
I tried using an API key from the supergraph and I got this error message:
> Unexpected response code 400 …
-
My submission using graphql-mesh
https://github.com/kdawgwilk/supergraph-top-n-challenge/tree/mesh
-
### Feature description
Not sure if this is something that is already supported yet or not, but the Micronaut framework is not listed on the Apollo Federation supported subgraph library page (https:/…
-
As a part of upcoming Polaris work, they will want to ensure that new directives they design will compose. Rather than forcing each subgraph to specify `@composeDirective`, we should have the mechanis…
-
If my understanding is correct, this error is being thrown [here](https://github.com/async-graphql/graphgate/blob/master/crates/schema/src/composed_schema.rs#L326) because my subgraphs are using a rec…
-
DDN CLI Version: v2.5.0
MySQL connector version: 0.1.0
---
When running the command `ddn connector introspect mysql`, getting following error:
```sh
>> ddn connector introspect mysql --log-le…
-
# Description
If your supergraph has two services that expose a `Mutation` and only one entity, but no root `Query`, composition throws an unhelpful error:
# Reproduction
To reproduce, run `rover…