Skip to content

Feature Request: Apollo Federation Support #33

@productdevbook

Description

@productdevbook

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions