graphql
Installation
SKILL.md
GraphQL with Node.js Skill
Master building flexible, efficient GraphQL APIs using Node.js with Apollo Server, type-safe schemas, and real-time subscriptions.
Quick Start
GraphQL API in 4 steps:
- Define Schema - Types, queries, mutations
- Write Resolvers - Data fetching logic
- Setup Server - Apollo Server configuration
- Connect Data - Database integration