Second Brain
HomeTableBooksPodcastsNewslettersGraphStatsTagsAuthorsAbout

api

(3)

GraphQL Guide

Patterns and tools for building GraphQL APIs—from schema design to Meta's fragment philosophy

graphqlapi-designbest-practicesarchitectureJan 4, 2026

Fixing GraphQL's Biggest Mistake in 512 Bytes

by benjie-gillam

GraphQL's error propagation destroys sibling data when non-null fields fail. A 512-byte library called graphql-toe transforms error-nulls into thrown errors, letting schemas express business semantics instead of error boundaries.

graphqlerror-handlingtypescriptapi-designJan 3, 2026

GraphQL in Action

by samer-buna

A practical guide to building and consuming GraphQL APIs, covering schema design, resolvers, database integration, and client-side usage with Apollo.

graphqlapijavascriptDec 31, 2024
Source