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 |
Related skills
More from pluginagentmarketplace/custom-plugin-graphql
graphql-codegen
Generate TypeScript types and React hooks from GraphQL schemas
18graphql-security
Secure GraphQL APIs - authentication, authorization, rate limiting, and validation
10graphql-apollo-client
Build React apps with Apollo Client - queries, mutations, cache, and subscriptions
10graphql-fundamentals
Master GraphQL core concepts - types, queries, mutations, and subscriptions
7graphql-resolvers
Write efficient resolvers with DataLoader, batching, and N+1 prevention
5graphql-schema-design
Design production-grade GraphQL schemas with best practices and patterns
5