iGraphQL

JSON →
library 0.2.2 ·javascript
verified Jun 5, 2026

iGraphQL is an ORM for MongoDB that integrates with GraphQL Zeus to generate type-safe database operations from GraphQL schemas. Current stable version is 0.2.2 (alpha). It provides auto-generated fields (e.g., _id, timestamps), a data loader to solve N+1 problems, and CRUD methods. Unlike general-purpose ORMs like Mongoose, iGraphQL is GraphQL-centric and relies on graphql-zeus for type generation. It requires MongoDB driver >= 5.1.0 and ships TypeScript types. Release cadence is low; the project is in early alpha and may have breaking changes.