mapJanuary 4, 2026
GraphQL Guide
Patterns and tools for building GraphQL APIs—from schema design to Meta's fragment philosophy
This map connects GraphQL resources covering fundamentals, advanced patterns from Meta, and Nuxt integration.
Fundamentals
- graphql-in-action - Schema design, resolvers, database integration, and Apollo client usage
Fragment Patterns
- how-to-use-fragments-theyre-not-for-re-use - Why fragments describe data requirements, not reduce duplication
- async-defer-even-more-matt-mahoney-meta - Stream, defer, and @async for progressive loading
Error Handling
- fixing-graphqls-biggest-mistake-in-512-bytes - Semantic nulls and the graphql-toe library
Nuxt Integration
- nitro-graphql - Zero-config GraphQL servers with auto-discovery and type generation