UNPKG

@graphql-yoga/nestjs

Version:

GraphQL Yoga driver for NestJS GraphQL.

102 lines (59 loc) 4.65 kB
# @graphql-yoga/nestjs ## 2.0.0-rc-20230526141732-fe04a475 ### Major Changes - [#2767](https://github.com/dotansimha/graphql-yoga/pull/2767) [`4228c1d5`](https://github.com/dotansimha/graphql-yoga/commit/4228c1d54ed785fac1fb9669d861ed46659872ca) Thanks [@renovate](https://github.com/apps/renovate)! - Drop support for Node.js 14. Require Node.js `>=16`. ### Patch Changes - Updated dependencies [[`4228c1d5`](https://github.com/dotansimha/graphql-yoga/commit/4228c1d54ed785fac1fb9669d861ed46659872ca), [`34ecb4bb`](https://github.com/dotansimha/graphql-yoga/commit/34ecb4bbad3823f1bfde8aa7e1e92139481f9daf), [`6a19faa2`](https://github.com/dotansimha/graphql-yoga/commit/6a19faa22eed4628ba2af52b764cecb2a91f7109), [`8076f55f`](https://github.com/dotansimha/graphql-yoga/commit/8076f55f2b7d875e623b48a367092069e2c2a25c), [`b309ca0d`](https://github.com/dotansimha/graphql-yoga/commit/b309ca0db1c45264878c3cec0137c3fdbd22fc97), [`4228c1d5`](https://github.com/dotansimha/graphql-yoga/commit/4228c1d54ed785fac1fb9669d861ed46659872ca), [`0522c740`](https://github.com/dotansimha/graphql-yoga/commit/0522c7408c69a1b72af5c220411cf19d7fa859e9), [`1c18902f`](https://github.com/dotansimha/graphql-yoga/commit/1c18902f6b6e0c4c455dc90ee73033db502a9e02), [`cc370691`](https://github.com/dotansimha/graphql-yoga/commit/cc370691cc525fe5b15cb846c60621d99d313310), [`b309ca0d`](https://github.com/dotansimha/graphql-yoga/commit/b309ca0db1c45264878c3cec0137c3fdbd22fc97), [`dd699c4b`](https://github.com/dotansimha/graphql-yoga/commit/dd699c4bcef24b373ee49237c187df3f093e1dfc), [`4228c1d5`](https://github.com/dotansimha/graphql-yoga/commit/4228c1d54ed785fac1fb9669d861ed46659872ca), [`0522c740`](https://github.com/dotansimha/graphql-yoga/commit/0522c7408c69a1b72af5c220411cf19d7fa859e9)]: - graphql-yoga@4.0.0-rc-20230526141732-fe04a475 ## 1.1.1 ### Patch Changes - Updated dependencies [[`e1a60e21`](https://github.com/dotansimha/graphql-yoga/commit/e1a60e21f10813aa6d0f4673e4eb13979720c2c8), [`c50ea51c`](https://github.com/dotansimha/graphql-yoga/commit/c50ea51c992a6a480799655225727081585f0010), [`c50ea51c`](https://github.com/dotansimha/graphql-yoga/commit/c50ea51c992a6a480799655225727081585f0010)]: - graphql-yoga@3.9.1 ## 1.1.0 ### Patch Changes - Updated dependencies [[`aff69200`](https://github.com/dotansimha/graphql-yoga/commit/aff69200d512c530751c617ee685f9b3f82303f8)]: - graphql-yoga@3.9.0 ## 1.0.1 ### Patch Changes - Updated dependencies [[`ebb65b14`](https://github.com/dotansimha/graphql-yoga/commit/ebb65b14b29bbb4c50c6bb242262444315e99a73), [`528941cb`](https://github.com/dotansimha/graphql-yoga/commit/528941cb4d1670833ee0307de0c715e6b9681d7a)]: - graphql-yoga@3.8.1 ## 1.0.0 ### Major Changes - [#2525](https://github.com/dotansimha/graphql-yoga/pull/2525) [`41f4a545`](https://github.com/dotansimha/graphql-yoga/commit/41f4a545637e3ab16cf8119c4950ea7fe5ab3eb6) Thanks [@enisdenjo](https://github.com/enisdenjo)! - GraphQL Yoga driver for NestJS GraphQL. ### BREAKING CHANGES - No more `subscriptionWithFilter` in YogaBaseDriver. - `YogaBaseDriver.yogaInstance` has been renamed to `YogaBaseDriver.yoga` - `YogaBaseDriver` has been renamed to `AbstractYogaDriver` - Drop `@envelop/apollo-server-errors`, if you want to use it - supply it to the plugins yourself - `graphql` is now a peer dependency - `graphql-yoga` is now a peer dependency - `installSubscriptionHandlers` driver option has been dropped, please use the `subscriptions` option - Apollo Federation v2 support - Apollo Federation driver has been moved to a separate package `@graphql-yoga/nestjs-federation` - Dropped support for `@nestjs/graphql@v10`, now at least v11 is required (https://github.com/nestjs/graphql/pull/2435) - Minimum Node.js engine is v14 ### Patch Changes - Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: - graphql-yoga@3.8.0 ## 0.3.1 ### Patch Changes - 05d838c: Make Fastify platform work (#79) ## 0.3.0 ### Minor Changes - 2c1f603: @nestjs/graphql should be a peer dependency ## 0.2.0 ### Minor Changes - 8161b3e: Support NestJS v9 ## 0.1.0 ### Minor Changes - c58c7d5: Yoga v3 ## 0.0.4 ### Patch Changes - b57dd7a: Fix Federated service code-first schema generation ## 0.0.3 ### Patch Changes - 486baac: fix build ## 0.0.2 ### Patch Changes - 3237986: update documentation