graphql-schema

Installation
SKILL.md

GraphQL Schema Patterns

Core Rules

  1. NEVER inline gql literals - Create .gql files
  2. ALWAYS run codegen after creating/modifying .gql files
  3. ALWAYS add onError handler to mutations
  4. Use generated hooks - Never write raw Apollo hooks

File Structure

Installs
59
GitHub Stars
6.0K
First Seen
Jan 20, 2026
graphql-schema — chriswiles/claude-code-showcase