-
**Is your feature request related to a problem? Please describe.**
For an ongoing project, I need to implement an Apollo Gateway for a project, with a federated GraphQL schema from several sources, i…
ghost updated
5 years ago
-
Hi, I have installed mercurius 8.0.0 and when I try to make validatioRule options working, I no other choice to set cache to false. Doing this, server starts but for any request I am passing to the …
-
Hi,
How about schema stitching support like for example Apollo server/tools does.
https://www.apollographql.com/docs/graphql-tools/schema-stitching.html
https://github.com/hasura/schema-stitch…
-
We found out from apollo-kotlin client that the schema from graphql federation look different when created with serviceList or supergraphSdl file:
```
const gateway = new ApolloGateway({
serv…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
When starting the hive gateway I am getting this error:
```
Error: Cannot find module 'graphql-middleware'
Require stack:
- /Users/MKLIPPIN/repos/graphql-federation-mono/node_modules/graphql-shi…
-
A local instance is the ideal development flow for HexHive and fits the bill for decentralization at a later date.
**The core components of an instance**
Gateway: Handles auth, Federates GraphQL, …
-
This issue results in the empty nav and screen in the frontend. Restarting always clears it. Here's a screenshot of what is in the developer tools:
-
### Describe the problem
Hello, the healenium log with selenium grid shows me the following exception, could someone help me understand it?
### Healenium Web version
proxy without docker
#…
-
When running a query with variables inside array literal, an error `Variable "$varName" is not defined by operation "Query_fieldName".`. For example,
```graphql
# With this schema
extend type Que…