This GraphQL API is built with Nest.js, Prisma, and follows an SDL (Schema Definition Language) first approach. It incorporates access and refresh tokens for authentication, allowing secure access to user data. Custom decorators are utilized to access tokens and user data efficiently.
- Utilizes GraphQL scalars for enhanced data handling.
- Implements token-based authentication for secure access.
- Custom decorators allow easy access to tokens and user data.
- Integrates Apollo with playground enabled for interactive API exploration.
- Implement follower/following resolvers to enhance social interaction features.
This project draws inspiration from the tutorial by @CodingIsLove, although it has been adapted to follow a schema-first approach.
Nest is MIT licensed.