-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Feature Request: Apollo Federation Support
Problem
nitro-graphql currently lacks Apollo Federation subgraph support, which is needed for distributed GraphQL architectures.
Proposed Solution
Add optional @apollo/subgraph integration for both GraphQL Yoga and Apollo Server with minimal configuration.
Expected Configuration
// nitro.config.ts
export default defineNitroConfig({
graphql: {
federation: {
enabled: true,
serviceName: 'user-service'
}
}
})Use Case
Building microservices that need to be composed into a federated GraphQL gateway.
Would you find this feature useful? Please share your use case and feedback! 👍
Metadata
Metadata
Assignees
Labels
No labels