소개
This skill provides Claude with specialized knowledge for architecting GraphQL APIs by implementing advanced resolver patterns. It covers the full lifecycle of a GraphQL request, from extracting data from the context object and managing execution chains to solving the N+1 query problem via DataLoader. It also includes robust strategies for async error handling, resource-based authorization, and field-level resolution, ensuring your API is both scalable and maintainable within Node.js and TypeScript environments.