Protecting Your GraphQL

• Written by Stas Kravets TL;DR: The performance of GraphQL service is crucial in a distributed system since it is usually a common facade for the whole ecosystem. • In turn, Graph

Engineering Blogs · February 2, 2026 (updated February 24, 2026) · 2 min · 239 words

GraphQL Data Mocking at Scale with LLMs and @generateMock

• How Airbnb combines GraphQL infra, product context, and LLMs to generate and maintain convincing, type-safe mock data using a new directive. • Introduction Producing valid and re

Developer Ecosystem · October 30, 2025 (updated February 24, 2026) · 2 min · 268 words
Exploring CHAOS: Building a Backend for Server-Driven UI

Exploring CHAOS: Building a Backend for Server-Driven UI

• CHAOS is Yelp’s server‑driven UI framework delivering dynamic content via GraphQL. • Clients query the CHAOS API, which forwards to a federated GraphQL subgraph. • Apollo Federat

Engineering Blogs · July 8, 2025 (updated February 24, 2026) · 1 min · 174 words