graphql
Installation
SKILL.md
What I do
- Design GraphQL schemas with proper typing
- Implement queries, mutations, and subscriptions
- Handle N+1 problems with data loaders
- Implement authentication and authorization
- Use fragments and aliases effectively
- Handle pagination (cursor-based)
- Validate inputs properly
- Optimize query complexity
When to use me
When implementing or querying GraphQL APIs.
Schema Design
scalar DateTime
scalar UUID
scalar Email
scalar URL