graphql

Installation
SKILL.md

GraphQL — Apollo Federation, Schema Design

API GraphQL moderne avec federation, DataLoader, optimisations.

GraphQL vs REST

GraphQL — 1 query sur-mesure, no versioning, introspection auto
REST — Multiple endpoints, over-fetching, v1/v2/v3

Apollo Federation

# Users service
type User @key(fields: "id") { id: ID!, name: String! }
Installs
114
GitHub Stars
98
First Seen
May 19, 2026
graphql — thebeardedbearsas/claude-craft