Working group notes for GraphQL
Updated 2026-03-19 17:31:35 +00:00
GraphQL is a query language and execution engine tied to any backend service.
Updated 2026-03-19 16:53:13 +00:00
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
Updated 2026-02-28 02:48:53 +00:00