GraphQL Genie

JSON →
library 0.4.24 ·javascript maintenance
verified Jun 7, 2026

GraphQL Genie (v0.4.24) is a schema-driven GraphQL API generator that automatically creates a full CRUD API, including queries, mutations, subscriptions, and role-based access control, from your GraphQL type definitions. It leverages Fortune.js for data storage, supporting multiple backends (e.g., MongoDB, NeDB, SQLite) and works both client-side and server-side. Unlike other schema generators, it emphasizes referential integrity, inverse updates, and transactional operations. The package includes built-in TypeScript types, but its peer dependencies require specific versions of fortune, graphql, graphql-tools, and lodash. Development appears to be in maintenance mode with limited recent updates.