GraphQL Zeus
JSON →A strongly-typed GraphQL client generator that produces TypeScript types and helper functions from your GraphQL schema. Current stable version 7.2.1 (2024) releases frequently. Key differentiators: generates a complete client library (not just types), supports aliases, union/interface resolution, typedDocumentNode for Apollo/urql, custom scalars, and Thunder helper for custom fetch. Unlike graphql-codegen, Zeus provides a builder-pattern client that enforces typed selections without code generation on queries. Works in Node, browser, React Native.