GraphQL Fast API

JSON →
library 1.0.58 ·javascript
verified Jun 7, 2026

GraphQL Fast API is a Node.js framework for building GraphQL APIs with minimal boilerplate and high performance. Version 1.0.58 is the current stable release, updated weekly. It provides automatic schema generation from TypeScript definitions, built-in subscription support, and a plugin system for extensibility. Unlike Apollo Server or express-graphql, it focuses on zero-configuration setup, code-first development, and leverages fast serialization for low latency. Supports both ESM and CommonJS, with full TypeScript types.