-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
When working with Apollo Federation, when extending an …
-
I'm getting an issue, I have a Nexus Prisma service that I'm trying to use with Apollo Federation.
I am using the following code:
```typescript
import { applyMiddleware } from 'graphql-middlew…
-
https://www.apollographql.com/docs/apollo-server/federation/introduction/
-
**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
-
It seems Graphene Federation has stopped returning an SDL with `extend type Query`, and instead returns `type Query`. I'm not sure if this is intentional, but it is not compatible with some implementa…
-
Does openapi-to-graphql support generation of apollo federated queries.
https://www.apollographql.com/docs/federation/api/apollo-federation/
This would allow merging of multiple instances of opena…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
I want to leverage the …
-
### Issue Description
The following schema does not adhere to the [`@interfaceObject` usage rules](https://www.apollographql.com/docs/federation/federated-types/interfaces#usage-rules) as currently…
-
I've tried replacing the input type with a scalar and an enum, they both work fine, it's only inputs that are crashing.
Reproducible example:
```js
const {gql} = require('apollo-server');
const …
-
### Issue Description
If I have subgraphs defined as follows:
```
[
{
"name": "cat",
"sdl": "extend schema @link(url: \"https://specs.apollo.dev/link/v1.0\") @li…