graphql-resolvers

Installation
SKILL.md

GraphQL Resolvers Skill

Build performant data fetching with proper patterns

Overview

Master resolver implementation including the critical DataLoader pattern for preventing N+1 queries, context design, and error handling strategies.


Quick Reference

Pattern Purpose When to Use
DataLoader Batch + cache Any relationship field
Context Request-scoped data Auth, loaders, datasources
Field resolver Computed fields Derived data
Root resolver Entry points Query/Mutation fields
Installs
5
GitHub Stars
1
First Seen
Jan 24, 2026
graphql-resolvers — pluginagentmarketplace/custom-plugin-graphql