This is a practical reference for building GraphQL APIs, covering schema design, resolvers, mutations, subscriptions, and performance optimization. You'd reach for this when designing a new GraphQL API from scratch, migrating from REST, or troubleshooting common issues like N+1 queries. The guides include implementations for both Node.js with Apollo Server and Python with Graphene, plus concrete examples of query patterns and error handling. The best practices section is sensible, emphasizing things like designing schemas around client needs and proper input validation. It's focused on getting you building quickly while avoiding the usual pitfalls like over-nesting or exposing sensitive data without authorization checks.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill graphql-implementation