This is a simple NestJS test application that demonstrates a GraphQL API for managing users and their advertisements.
A simple NestJS GraphQL API for managing users and advertisements.
- Query all users
- Query advertisements by user
- NestJS
- GraphQL
- TypeScript
- Prisma ORM
- Implement the ability to retrieve an advertisers list for the given user.
- Implement the ability to create a new advertisement for a user.
- Implement comprehensive tests for the user service.