graphql-gene

JSON →
library 1.3.7 ·javascript
verified Jun 5, 2026

graphql-gene (v1.3.7) automatically generates an executable GraphQL schema and resolvers from your ORM models, supporting TypeScript out of the box. It focuses on performance by leveraging a lookahead pattern (via graphql-lookahead) to only fetch the data required by the client, reducing over-fetching. Stable release cadence; requires GraphQL 16.x. Differentiator: ORM introspection + lookahead-driven resolution, removing manual resolver boilerplate while optimizing database queries.