graphql-resolvers

Installation
SKILL.md

GraphQL Resolvers

Apply resolver implementation patterns to create efficient, maintainable GraphQL servers. This skill covers resolver function signatures, execution chains, context management, DataLoader patterns, async handling, authentication, and testing strategies.

Resolver Function Signature

Every resolver function receives four arguments: parent, args, context, and info. Understanding these arguments is fundamental to writing effective resolvers.

Installs
21
GitHub Stars
166
First Seen
Jan 22, 2026
graphql-resolvers — thebushidocollective/han