KeystoneJS
KeystoneJS is an open-source headless CMS and GraphQL API platform for Node.js. It auto-generates a powerful GraphQL API and a beautiful management UI from schema definitions, enabling developers to manage content and user data without boilerplate. Built on TypeScript with Prisma for database migrations, it supports PostgreSQL, MySQL, and SQLite and includes access control, session management, hooks, and rich document editing out of the box.
APIs
KeystoneJS GraphQL API
Auto-generated GraphQL API served at /api/graphql that provides full CRUD operations for every list in the schema. Includes single-item queries, list queries with filtering and ...
GraphQL
KeystoneJS GraphQL API
KeystoneJS auto-generates a fully typed GraphQL API from its schema definition — every list defined in `keystone.ts` produces a standard set of queries and mutations without any...
GRAPHQL