graphql-apollo-server
Installation
SKILL.md
Apollo Server Skill
Deploy production-ready GraphQL APIs
Overview
Learn to build scalable GraphQL servers with Apollo Server 4, including middleware integration, custom plugins, federation, and production best practices.
Quick Reference
| Feature | Package | Purpose |
|---|---|---|
| Server | @apollo/server |
Core server |
| Express | @apollo/server/express4 |
Express integration |
| Plugins | @apollo/server/plugin/* |
Extensibility |
| Federation | @apollo/subgraph |
Microservices |