Overview
Recido Server is built with NestJS, Apollo GraphQL, Prisma, Redis cache, and i18n. It exposes a schema-driven API for auth, business management, customers, products, documents, sales, and subscriptions.
- Soft-delete middleware filters deleted records in reads.
- GraphQL errors are formatted with statusCode and safe messages.
- Guards enforce JWT auth, business access, and permissions.
- Redis-backed caching is attached to many query resolvers.