github nestjs/graphql v10.0.0

latest releases: v12.2.0, v12.1.1, v12.1.0...
2 years ago

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 (remove schemaDirectives support)
  • expose abstract driver that lets you integrate any GQL compatible server (e.g. express-gql) in a few lines

Migration guide

See https://docs.nestjs.com/graphql/migration-guide

Don't miss a new graphql release

NewReleases is sending notifications on new releases.