graphql-patterns

Installation
SKILL.md

GraphQL Patterns

Production-grade GraphQL API design with performance and type safety.

Schema Design Principles

# Use interfaces for shared fields
interface Node {
  id: ID!
  createdAt: DateTime!
  updatedAt: DateTime!
}
Installs
10
GitHub Stars
507
First Seen
Mar 23, 2026
graphql-patterns — vibeeval/vibecosystem