GraphQL boilerplate implementing Clean Architecture for TypeScript projects.
Starter boilerplate that combines a GraphQL API surface with Clean Architecture patterns using TypeScript and Node.js. It provides a layered project structure, type definitions, dependency injection scaffolding, and example schemas/resolvers suited for building backend APIs or microservices that need separation of concerns and testability.
0