GraphQL TS Client

JSON →
library 10.4.0 ·javascript
verified Jun 7, 2026

Generate fully typed TypeScript clients for any GraphQL API. Version 10.4.0 targets Node >=12, ships TypeScript types, and is actively maintained. Key differentiators: client generation with runtime URL/header/retry configuration, response listeners, and alias support. Unlike alternatives like graphql-request or Apollo Client, it separates code generation from runtime usage, producing a standalone client file that can be imported without additional dependencies.