初识
NestJS
nestjs是一个Node服务器端的企业级框架。
内置了graphql模块,提供对graphql的支持。
同时也依赖了@nestjs/apollo包,对应的也可以选择@nestjs/mercurius包
focus on how to work with the built-in @nestjs/graphql module. The GraphQLModule can be configured to use Apollo server (with the @nestjs/apollo driver) and Mercurius (with the @nestjs/mercurius). We provide official integrations for these proven GraphQL packages to provide a simple way to use GraphQL with Nest (see more integrations here).
原创大约 5 分钟