v10.0.0
版本发布时间: 2022-02-10 18:58:47
nestjs/graphql最新发布版本:v12.2.0(2024-07-02 19:22:39)
v10.0.0 (2022-02-10)
-
@nestjs/graphql
is now platform-agnostic (plug-in driver you want to use) -
@nestjs/apollo
represents Apollo server integration while@nestjs/mercurius
is an adapter for Mercurius lib (fastify) - migrate to Lerna monorepo & yarn workspaces & ts project references
- update to the latest version of
graphql-tools
(removeschemaDirectives
support) - expose abstract driver that lets you integrate any GQL compatible server (e.g.
express-gql
) in a few lines