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