graphql-tools-sequelize

JSON →
library 2.3.0 ·javascript maintenance
verified Jun 5, 2026

Integrates GraphQL-Tools with Sequelize ORM to auto-generate GraphQL schema definitions and resolvers for CRUD operations on entities and their relationships. Version 2.3.0 is the latest stable release, with a low update cadence (last update 2022). Unlike manual schema building, it maps Sequelize models to GraphQL types automatically, including associations and optional full-text search via ElasticLunr. Requires graphql >=0.13, graphql-tools >=3.0, graphql-tools-types >=1.1, and sequelize >=4.0 as peer dependencies. Provides hooks for validation, authorization, and tracing. ESM-only with Node >=8.