Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema. Current stable version is 0.8.5, with a moderate release cadence. It wraps Drizzle ORM tables into GraphQL types, queries, mutations, and inputs, allowing rapid GraphQL API creation. Differentiators: tight integration with Drizzle ORM, automatic schema generation with TypeScript types, and flexible customization via entities object.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Named export, not default export. Only ESM supported.
Package is ESM-only; CommonJS require is not supported.
Access generated queries from the entities object returned by buildSchema.
Entity types are Drizzle table derived GraphQLObjectType instances.
Shows how to define a Drizzle ORM table, create a database instance, build the GraphQL schema with buildSchema, and serve it with GraphQL Yoga.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.