sample/00-showcase | Full integration baseline | npm run test --workspace nest-trpc-native-showcase |
sample/01-basics-query-mutation | Query + mutation essentials | npm run test --workspace nest-trpc-native-sample-01-basics |
sample/02-enhancers-guards-pipes-filters | Guards/interceptors/pipes/filters | npm run test --workspace nest-trpc-native-sample-02-enhancers |
sample/03-context-request-scope | @TrpcContext + request scope | npm run test --workspace nest-trpc-native-sample-03-context |
sample/04-validation-zod | Zod input/output validation | npm run test --workspace nest-trpc-native-sample-04-zod |
sample/05-validation-class-validator | DTO + ValidationPipe | npm run test --workspace nest-trpc-native-sample-05-class-validator |
sample/06-subscriptions | Subscription handlers and clients | npm run test --workspace nest-trpc-native-sample-06-subscriptions |
sample/07-express-fastify | Express/Fastify adapter parity | npm run test --workspace nest-trpc-native-sample-07-adapters |
sample/08-autoschema-client-typecheck | autoSchemaFile + typed client checks | npm run test --workspace nest-trpc-native-sample-08-autoschema |
sample/09-forrootasync-config-middleware | forRootAsync + ConfigService + middleware | npm run test --workspace nest-trpc-native-sample-09-config-middleware |
sample/10-nested-alias-routers | Dotted aliases mapped to nested routers | npm run test --workspace nest-trpc-native-sample-10-nested-alias |
sample/11-microservice-transport | tRPC gateway with Nest microservice transport (TCP) | npm run test --workspace nest-trpc-native-sample-11-microservice |