Tag: graphql
All the articles with the tag "graphql".
-
The README — Enterprise NestJS Monorepo (enterprise-todo)
The production-ready README for the enterprise-todo repository built across all 24 parts of this series. Copy this into your repo's README.md — it covers stack, prerequisites, getting started, every environment variable, every script, the architecture, and all known gotchas.
-
GraphQL API + Next.js Frontend
By the end of this part, you will learn DTOs, @Field, @FilterableField, class-validator, resolver anatomy, QueryArgsType, ConnectionType, and FilterQueryBuilder for backend. As well as Next.js, Shadcn UI, Apollo, writing GraphQL queries and mutations.
-
CQRS - The Enterprise Request Pipeline
By the end of this part, you will learn CQRS, request lifecycle, GraphQL mutation, 9-step module pattern, and index pattern.