graphql-schema

Installation
SKILL.md

GraphQL Schema Patterns

When to Use

Use this skill when you need graphQL queries, mutations, and code generation patterns. Use when creating GraphQL operations, working with Apollo Client, or generating types.

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
3
GitHub Stars
44.3K
First Seen
Jul 2, 2026
graphql-schema — sickn33/antigravity-awesome-skills