TypeScript GraphQL-Request SDK Generator
JSON →A GraphQL Code Generator plugin that automatically generates a fully typed SDK from your GraphQL operations and schema. The generated SDK wraps graphql-request client with typed query/mutation functions, reducing boilerplate and eliminating runtime errors from mismatched variables. Current stable version 4.4.6 requires graphql-request ^3.4.0 or ^4.0.0. Released under the GraphQL Code Generator ecosystem with frequent updates. Key differentiator: it provides end-to-end type safety from schema to API calls, with zero runtime overhead compared to manually written graphql-request calls.
Resources
packagetypescript-graphql-request ↗