graphql-codegen
Installation
SKILL.md
GraphQL Code Generator Skill
Type-safe GraphQL with automatic code generation
Overview
Learn to use GraphQL Code Generator to automatically generate TypeScript types, React hooks, and more from your GraphQL schema and operations.
Quick Reference
| Plugin | Generates | Use Case |
|---|---|---|
typescript |
Base types | All projects |
typescript-operations |
Query/mutation types | All projects |
typescript-react-apollo |
React hooks | React + Apollo |
typescript-urql |
URQL hooks | React + URQL |
introspection |
Schema JSON | Apollo Client |