-
Using the example, the following query works
```graphql
query {
findProduct {
id
name
}
}
```
```json
{
"data": {
"findProduct": {
"id": "123",
"name": …
-
### What happened?
I cloned the gqlgen repo and tried the federation example. I get an error with the federation example after starting up the services and also the federation gateway:
![image](http…
-
GraphQL abstract types (Union, Interface) could be extended or implemented by various concrete types so a field declared to return a single instance or an array of abstract types can return any of tho…
-
### What do you want to improve?
Kiali pulls from the Istio Service Registry to add additional services on top of what can be pulled from the Kubernetes API. Namely OSSM Federation objects that exi…
nrfox updated
3 months ago
-
Hello,
I am facing some problems integrating Ponder in Apollo Gateway. The reason is that the schema that Ponder generates automatically is not compatible with Apollo Federation Subgraph (I assume …
-
Hello!
First, thank you for creating this Gateway.
I'm creating this issue for something I think I've found that's a bug behavior when running GraphGate against some federated services.
For con…
-
Git commithttps://github.com/matrix-org/matrix-spec/tree/v1.12
Release dateOctober 07, 2024
## Client-Server API
**Deprecations**
- [ ] Deprecate the `server_name` query parameter on…
-
Hi,
I'm having the following issue with the library in this part of the code: https://github.com/Skillshare/apollo-federation-php/blob/4f958ddb683c1fceb1d162f58a5dc2957e26fe5d/src/FederatedSchema.…
-
**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…
-
We are using Apollo federation https://www.apollographql.com/docs/federation/federation-spec/ where gateway combines two graphql schemas into one unified schema.
We have vanilla ordinary setup for …