graphql-typescript-deluxe

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

Fast, experimental GraphQL TypeScript code generator that generates TypeScript code for GraphQL operations and fragments. Version 0.1.0, actively developed but still in beta. Key differentiators: claims to be at least 100x faster than graphql-codegen, generates readable types, supports stateful incremental generation (only rebuilds changed types), can output single .ts or separate .js/.d.ts files, adds TypeDoc comments. Caveats: experimental, may have bugs. Depends on graphql and @graphql-tools/load.