nestjs-microservice-architecture
nestjs-microservice-architecture copied to clipboard
Update GraphQL services based on changes in Nest v6
The way GraphQL services are written in NestJS changed in v6 to allow for a code first approach instead of needing to write SDL first. Update the service to leverage this new capability