File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 22' @graphql-yoga/nestjs ' : major
33---
44
5- GraphQL Yoga driver for NestJS GraphQL
5+ GraphQL Yoga driver for NestJS GraphQL.
6+
7+ ### BREAKING CHANGES
8+
9+ - No more ` subscriptionWithFilter ` in YogaBaseDriver.
10+ - ` YogaBaseDriver.yogaInstance ` has been renamed to ` YogaBaseDriver.yoga `
11+ - ` YogaBaseDriver ` has been renamed to ` AbstractYogaDriver `
12+ - Drop ` @envelop/apollo-server-errors ` , if you want to use it - supply it to the plugins yourself
13+ - ` graphql ` is now a peer dependency
14+ - ` graphql-yoga ` is now a peer dependency
15+ - ` installSubscriptionHandlers ` driver option has been dropped, please use the ` subscriptions `
16+ option
17+ - Apollo Federation v2 support
18+ - Apollo Federation driver has been moved to a separate package ` @graphql-yoga/nestjs-federation `
19+ - Dropped support for ` @nestjs/graphql@v10 ` , now at least v11 is required (https://github.com/nestjs/graphql/pull/2435 )
20+ - Minimum Node.js engine is v14
You can’t perform that action at this time.
0 commit comments