GRAPHQL Schema Designer

Design a clean, evolvable GraphQL schema (SDL) that won't paint you into a corner — model the graph around domain types and their relationships rather than as RPC-over-GraphQL, set nullability deliberately, standardize lists with Relay connections, plan DataLoader batching for per-parent fields, and evolve by adding + @deprecated instead of versioning. Use when designing a new GraphQL API, reviewing an SDL, or migrating REST endpoints to a graph.

imtiazrayhan Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/graphql-schema-designer commit 1caf6f447b

Frequently asked questions

npx skillmds@latest add imtiazrayhan/graphql-schema-designer