Skip to content

Architecture · Global library

GraphQL Federation Gateway

Merge multiple GraphQL schemas into a stitched or federated gateway with conflict detection and safe ownership boundaries.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use GraphQL Federation Gateway when you need to merge multiple GraphQL schemas into a stitched or federated gateway with conflict detection and safe ownership boundaries, especially when the work is driven by graphql federation and schema stitching.

Trigger signals

graphql federationschema stitchingapollo

Validation hooks

verify_schema_conflicts

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show graphql-federation-gateway

Use

orchestrator-mcp skills export graphql-federation-gateway --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/graphql-federation-gateway ./your-agent-skills/graphql-federation-gateway
# or open skills/graphql-federation-gateway/SKILL.md in a markdown-first client

File patterns

**/*.graphql**/schema*.ts**/apollo*.ts

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudqwen2.5-coder:32b

Related skills

Adjacent packs to compose next.

ArchitectureGlobal library

Circuit-Breaker Weaver

Open pack

Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.

CodexClaude Code
ArchitectureGlobal library

CQRS Pattern Master

Open pack

Separate read and write models to optimize for query performance and command processing independently

CodexClaude Code