graphql-resolvers

Official

Build efficient GraphQL servers with clear resolvers and context.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers GraphQL resolvers, context management, DataLoader batching, and testing strategies.

Core Features & Use Cases

  • Resolver Functions: Typed and explicit resolver signatures.
  • Context Management: Shared request scope for auth and loaders.
  • DataLoader: Batch and cache data fetching for performance.

Quick Start

Implement a Query resolver that uses a DataLoader to fetch related data efficiently.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: graphql-resolvers
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#graphql-resolvers

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository