hardyscc / nestjs-cqrs-starter

NestJS CQRS Microservices Starter Project
397 stars 55 forks source link

fix(deps): update dependency @nestjs/graphql to v9.2.7 - autoclosed #858

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/graphql 9.1.2 -> 9.2.7 age adoption passing confidence

Release Notes

nestjs/graphql ### [`v9.2.1`](https://togithub.com/nestjs/graphql/compare/v9.2.0...069f3624d3631215dd51655a29d4c53b0b1ea299) [Compare Source](https://togithub.com/nestjs/graphql/compare/v9.2.0...069f3624d3631215dd51655a29d4c53b0b1ea299) ### [`v9.2.0`](https://togithub.com/nestjs/graphql/blob/HEAD/CHANGELOG.md#​920-2022-01-24) [Compare Source](https://togithub.com/nestjs/graphql/compare/9.1.2...v9.2.0) ##### Bug Fixes - **[@​nest/graphql](https://togithub.com/nest/graphql):** change FieldMiddleware context type ([b3ee614](https://togithub.com/nestjs/graphql/commit/b3ee6144c7ab8ce3ff7c6969f3b89c65192ae680)) - **[@​nestjs/graphql](https://togithub.com/nestjs/graphql):** fix array type output of generated properties ([fe2e1c5](https://togithub.com/nestjs/graphql/commit/fe2e1c56e344b8ccdd85109b511656c7255ede89)) - **[@​nestjs/graphql](https://togithub.com/nestjs/graphql):** fixed fatal error when sec-websocket-protocol isn't exists in request headers using graphql-ws ([4ea6609](https://togithub.com/nestjs/graphql/commit/4ea660960f5c8416888c702c5b55cbaec76a2421)) - **[@​nestjs/graphql](https://togithub.com/nestjs/graphql):** update federation module directive loading ([a869eda](https://togithub.com/nestjs/graphql/commit/a869eda6e31dd9b83d4fc91f79dbed06cc22cd2f)), closes [#​837](https://togithub.com/nestjs/graphql/issues/837) - add all options for ApolloServer to Gateway ([5c6e168](https://togithub.com/nestjs/graphql/commit/5c6e1687dab98027eb3ca4a2dd3cea0a699e2247)) - add apollo gateway to optional deps ([07aba27](https://togithub.com/nestjs/graphql/commit/07aba27844eb0266971d5c687b1a2714cfc4ec9e)) - add apollo gateway to optional deps ([e07aade](https://togithub.com/nestjs/graphql/commit/e07aade6560aac422076f22ddb48f7d58716851d)) - add arg type check (code first) ([f0235f6](https://togithub.com/nestjs/graphql/commit/f0235f684c5ea6a100969b11fa3ea42f473dfb05)) - add eager imports to analysed field types ([c0ddccd](https://togithub.com/nestjs/graphql/commit/c0ddccd3b1d9808cb355d2ba598e088a3142cc6c)) - add enhancer type to the public api ([135a396](https://togithub.com/nestjs/graphql/commit/135a396e9069e4f584d76ccfbdf41ed724d60314)) - add field directives on interface types ([41ad53a](https://togithub.com/nestjs/graphql/commit/41ad53a91a04ce1ece0b2e75b7d36d90d6fc862d)) - add is optional to properties detected by plugin ([e550426](https://togithub.com/nestjs/graphql/commit/e5504263e2bdbeab4ef3ff15789d93ec01d30d9b)) - add missing apolloServer.start() ([001fb25](https://togithub.com/nestjs/graphql/commit/001fb253887b5d4481e7f8e919b8c8e32385ab4c)) - add missing class validator (dev dependency) ([dcf1e0d](https://togithub.com/nestjs/graphql/commit/dcf1e0dd30c7602fc3a16280d73a7920d69489e3)) - add missing const ([e1fa414](https://togithub.com/nestjs/graphql/commit/e1fa414c85d995a4757bbb1662e0802aac38c283)) - add missing exports ([1a713b2](https://togithub.com/nestjs/graphql/commit/1a713b24b733d9657d6d708aba483a9562deb9f3)) - add missing model prefix to plugin ([e72921a](https://togithub.com/nestjs/graphql/commit/e72921a889173e942272afefb0536705b1ffc73f)) - add more descriptive message when no type defs found ([f5dd302](https://togithub.com/nestjs/graphql/commit/f5dd30270bea3fb9a976bcb4506c764e4e548aa1)) - add more verbose error for code first decorators ([08ddc30](https://togithub.com/nestjs/graphql/commit/08ddc30b0b97ae108f3ce6f811fafa61bdc5ae64)) - add partial to the enum metadata values map ([316eece](https://togithub.com/nestjs/graphql/commit/316eece636e80aa3ccfcc6ec4f7489b9a2f47a8a)) - add property initializers inheritance support ([cc8be5c](https://togithub.com/nestjs/graphql/commit/cc8be5c3493b2c1757923ab0663376848da25958)) - add require call to loadPackage ([7128029](https://togithub.com/nestjs/graphql/commit/7128029c4e271535ca2a2e871a5c88b114c473a1)) - add symbol to query if used as return type [#​979](https://togithub.com/nestjs/graphql/issues/979) ([c6160e9](https://togithub.com/nestjs/graphql/commit/c6160e90cd1142e8dc9de8904ee45493ae4e2172)) - apollo graphql base adapter is now abstract ([9eab0e9](https://togithub.com/nestjs/graphql/commit/9eab0e920f16bfca920193c436f1458516869478)) - apply default plugins only if playground option defined ([22fb449](https://togithub.com/nestjs/graphql/commit/22fb449124d5eb94faf7a36743d3087408d6b7d6)) - assign req to object instead of object merge [#​830](https://togithub.com/nestjs/graphql/issues/830) ([1ec9f38](https://togithub.com/nestjs/graphql/commit/1ec9f38936d05fc98fd13b7fca30cf4042ef303e)) - **ast:** correctly mark fields as nullable when not required ([06d001a](https://togithub.com/nestjs/graphql/commit/06d001ae2cf7798d9cbee0b28601c9dd86b6638c)), closes [#​1128](https://togithub.com/nestjs/graphql/issues/1128) - avoid adding barrel import (plugin) ([1c469fb](https://togithub.com/nestjs/graphql/commit/1c469fbc970bf0d0b50ccfffab1fe4c02abfebfe)) - await apolloServer.start in registerExpress ([54f2489](https://togithub.com/nestjs/graphql/commit/54f2489adbdd8622b2ffec1c95373d980b4c2ac5)) - change description to an optional property (scalar) ([c5be8ee](https://togithub.com/nestjs/graphql/commit/c5be8ee3f081c2d1113579092ed5c4bb4fa6ce79)) - change GatewayModuleOptions interface ([1d3ef17](https://togithub.com/nestjs/graphql/commit/1d3ef174f819097fb4fbc64ba6b636f93c3f31a3)) - **code-first-federation:** Add union type resolvers to generateSchema ([5431211](https://togithub.com/nestjs/graphql/commit/5431211b27ec1dd70b6792dbc7c79453f72a8c43)), closes [nestjs/graphql#​886](https://togithub.com/nestjs/graphql/issues/886) - correctly extend options.schema ([4757ac4](https://togithub.com/nestjs/graphql/commit/4757ac402282c84115adabf18913f652393f3074)) - custom-scalar.interface.ts ([0fe9f38](https://togithub.com/nestjs/graphql/commit/0fe9f38e52a1a6f4405b8b995777948b68fc6efa)) - **deps:** add iterall dependency ([91b19f4](https://togithub.com/nestjs/graphql/commit/91b19f4467e7e7ec223b017436c2667179cb1bb5)), closes [nestjs#​537](https://togithub.com/nestjs/issues/537) - **deps:** pin dependency iterall to 1.2.2 ([ce70ea4](https://togithub.com/nestjs/graphql/commit/ce70ea469efd35f47db49cc01b4585a585bb2d07)) - **deps:** pin dependency rimraf to 3.0.0 ([5c3b105](https://togithub.com/nestjs/graphql/commit/5c3b105e20b1ce0a836fc821fe386c3de79da7ee)) - **deps:** pin dependency ts-morph to 3.1.0 ([0ffa21a](https://togithub.com/nestjs/graphql/commit/0ffa21aeb579b11a3947cb86a8ab3ff0344d4709)) - **deps:** pin dependency tslib to 1.10.0 ([1db02ea](https://togithub.com/nestjs/graphql/commit/1db02ea9d29453404198f4bce7809a81fd34b759)) - **deps:** update apollo graphql packages to v2.16.1 ([5bc6e27](https://togithub.com/nestjs/graphql/commit/5bc6e27ad77208efbd4a1f6ef9a00d1baa1bd66a)) - **deps:** update dependency [@​graphql-tools/merge](https://togithub.com/graphql-tools/merge) to v6.2.16 ([5036422](https://togithub.com/nestjs/graphql/commit/5036422fbbd78ec0b71e3ad9c144062db68ce0e8)) - **deps:** update dependency [@​graphql-tools/merge](https://togithub.com/graphql-tools/merge) to v6.2.17 ([041b1f9](https://togithub.com/nestjs/graphql/commit/041b1f93d832d62d937fb0fbc79aaf9aa6d586e0)) - **deps:** update dependency [@​graphql-tools/merge](https://togithub.com/graphql-tools/merge) to v6.2.5 ([db6ad69](https://togithub.com/nestjs/graphql/commit/db6ad69e406721d22535fd4621b1dd357d9db7fb)) - **deps:** update dependency [@​graphql-tools/merge](https://togithub.com/graphql-tools/merge) to v6.2.6 ([6e7c9f3](https://togithub.com/nestjs/graphql/commit/6e7c9f3799bcd423ac5e772dcdd276c8b07c028c)) - **deps:** update dependency [@​graphql-tools/merge](https://togithub.com/graphql-tools/merge) to v6.2.7 ([5a9ce8d](https://togithub.com/nestjs/graphql/commit/5a9ce8d24eec2680889f68323d6ea2632a47d769)) - **deps:** update dependency [@​nestjs/mapped-types](https://togithub.com/nestjs/mapped-types) to v0.0.2 ([33617b8](https://togithub.com/nestjs/graphql/commit/33617b83dee8acfb522d2fedd80ef83fd97300a1)) - **deps:** update dependency [@​nestjs/mapped-types](https://togithub.com/nestjs/mapped-types) to v0.0.3 ([6eddd40](https://togithub.com/nestjs/graphql/commit/6eddd405778a4de4e2d2106d7459be1c9dba0718)) - **deps:** update dependency [@​nestjs/mapped-types](https://togithub.com/nestjs/mapped-types) to v0.0.4 ([5b1b126](https://togithub.com/nestjs/graphql/commit/5b1b126885f628c7109d44973dfce6ea2ab3f817)) - **deps:** update dependency [@​nestjs/mapped-types](https://togithub.com/nestjs/mapped-types) to v0.1.0 ([ab443bb](https://togithub.com/nestjs/graphql/commit/ab443bb9d4a6eb4e415beda578174bbcaae36990)) - **deps:** update dependency [@​nestjs/mapped-types](https://togithub.com/nestjs/mapped-types) to v0.1.1 ([1bfff4b](https://togithub.com/nestjs/graphql/commit/1bfff4ba2a38c3ed231366961ac8809ebc86970c)) - **deps:** update dependency [@​nestjs/mapped-types](https://togithub.com/nestjs/mapped-types) to v0.3.0 ([d20746b](https://togithub.com/nestjs/graphql/commit/d20746ba9ed24b96330ec5a0a36fc8bd25498a97)) - **deps:** update dependency [@​nestjs/mapped-types](https://togithub.com/nestjs/mapped-types) to v0.4.0 ([0da5a2c](https://togithub.com/nestjs/graphql/commit/0da5a2ce65cd8dcf25abba0e9bbc3cfa3d6d79d3)) - **deps:** update dependency [@​nestjs/mapped-types](https://togithub.com/nestjs/mapped-types) to v0.4.1 ([e8669ff](https://togithub.com/nestjs/graphql/commit/e8669ff90032bce1e304ac9d4c87c6f982818f5a)) - **deps:** update dependency [@​nestjs/mapped-types](https://togithub.com/nestjs/mapped-types) to v1 ([5a36644](https://togithub.com/nestjs/graphql/commit/5a366444fb0c085b41abdc720e0fafebf1b52ac4)) - **deps:** update dependency chokidar to v2.1.5 ([e6365c5](https://togithub.com/nestjs/graphql/commit/e6365c5000bdfc638fc8b354e863aa59f6b9e3bd)) - **deps:** update dependency chokidar to v3 ([26c0339](https://togithub.com/nestjs/graphql/commit/26c03390f520ee96686d4ac65e8a3edb8dfc3f0b)) - **deps:** update dependency chokidar to v3.0.1 ([d9616a0](https://togithub.com/nestjs/graphql/commit/d9616a001f9fcc11b3bd03ccd62b52fc0145f619)) - **deps:** update dependency chokidar to v3.0.2 ([c6c26f7](https://togithub.com/nestjs/graphql/commit/c6c26f7ef8fade3df6b5a94b2dd7ddf2dc3fa446)) - **deps:** update dependency chokidar to v3.3.1 ([68775c3](https://togithub.com/nestjs/graphql/commit/68775c3a96c680ce52ce06058c22ebe3124703ba)) - **deps:** update dependency chokidar to v3.4.0 ([ce80058](https://togithub.com/nestjs/graphql/commit/ce80058c4add1e9cbf6821f97a6430d38196cb82)) - **deps:** update dependency chokidar to v3.4.1 ([9fa73b2](https://togithub.com/nestjs/graphql/commit/9fa73b2990e7e2044fd1aad880edf9a4b770e704)) - **deps:** update dependency chokidar to v3.4.2 ([8ec8cfb](https://togithub.com/nestjs/graphql/commit/8ec8cfba39ce277f7c5fada99375c58cfefb849d)) - **deps:** update dependency chokidar to v3.4.3 ([81850f4](https://togithub.com/nestjs/graphql/commit/81850f44c04120b2520e78b89a05a169fdc1e1ec)) - **deps:** update dependency chokidar to v3.5.0 ([467d4ee](https://togithub.com/nestjs/graphql/commit/467d4eedc17bdb4c7aec0d887af1ce8707b168da)) - **deps:** update dependency chokidar to v3.5.1 ([7ad4af2](https://togithub.com/nestjs/graphql/commit/7ad4af2c6c300ac6620cdb3478bab29f4f941502)) - **deps:** update dependency chokidar to v3.5.2 ([852c2ab](https://togithub.com/nestjs/graphql/commit/852c2ab31b726a853bc358cc9ef864061b4ec737)) - **deps:** update dependency fast-glob to v2.2.7 ([becf43a](https://togithub.com/nestjs/graphql/commit/becf43af062feda94020c965b1fa3436bea2d0f7)) - **deps:** update dependency fast-glob to v3 ([c95034d](https://togithub.com/nestjs/graphql/commit/c95034d4ede8ca5ac4b12c55f4f46074732f176c)) - **deps:** update dependency fast-glob to v3.1.1 ([eb8aef1](https://togithub.com/nestjs/graphql/commit/eb8aef121c8909be31918d361fb6e39b66433ebd)) - **deps:** update dependency fast-glob to v3.2.1 ([118634c](https://togithub.com/nestjs/graphql/commit/118634c4af3de0b1b8e32420bcd29ab38988f609)) - **deps:** update dependency fast-glob to v3.2.11 ([849aa87](https://togithub.com/nestjs/graphql/commit/849aa87dd6a602b8fd17cf949a709a2cbaf643f6)) - **deps:** update dependency fast-glob to v3.2.2 ([4897074](https://togithub.com/nestjs/graphql/commit/4897074b8c9aebb1089928be4d6c3d2e8b466d9a)) - **deps:** update dependency fast-glob to v3.2.4 ([f502698](https://togithub.com/nestjs/graphql/commit/f5026989961f44519cb164edaf33beefe82660f4)) - **deps:** update dependency fast-glob to v3.2.5 ([ca0ca37](https://togithub.com/nestjs/graphql/commit/ca0ca378cd02704c10e5888404f0ccb312ad374d)) - **deps:** update dependency fast-glob to v3.2.6 ([f9780b5](https://togithub.com/nestjs/graphql/commit/f9780b5906a7abef132d2cb494c0798a6daf3d3e)) - **deps:** update dependency graphql-tools to v4.0.4 ([863e5f3](https://togithub.com/nestjs/graphql/commit/863e5f3999ca5ccbb1206bcae24cab13357d42b2)) - **deps:** update dependency graphql-tools to v4.0.5 ([78cfa4c](https://togithub.com/nestjs/graphql/commit/78cfa4c9a375d3a31258b7294b616669eb61fc0a)) - **deps:** update dependency graphql-tools to v4.0.7 ([2e1c1d7](https://togithub.com/nestjs/graphql/commit/2e1c1d7aa81618c0b6c9a51aced8d848ddda2d73)) - **deps:** update dependency graphql-ws to v5.5.0 ([38835ca](https://togithub.com/nestjs/graphql/commit/38835ca7fad979632f5cc3c2685cf063133870b6)) - **deps:** update dependency graphql-ws to v5.5.1 ([1c6ae5b](https://togithub.com/nestjs/graphql/commit/1c6ae5b09917c28d832ede4a73825c1308d73efc)) - **deps:** update dependency graphql-ws to v5.5.3 ([8aff185](https://togithub.com/nestjs/graphql/commit/8aff1855871fae974d4e52f43055af73924b5641)) - **deps:** update dependency graphql-ws to v5.5.5 ([e7640e3](https://togithub.com/nestjs/graphql/commit/e7640e3d339b6da3582f2bfa93131fabc6c81628)) - **deps:** update dependency lodash to v4.17.14 ([b8dfdb7](https://togithub.com/nestjs/graphql/commit/b8dfdb79effa26540196ee94d822dfc9f06bd355)) - **deps:** update dependency lodash to v4.17.15 ([47440d8](https://togithub.com/nestjs/graphql/commit/47440d8eb2429b7338a6ce26f1328aaa48a8fa08)) - **deps:** update dependency lodash to v4.17.17 ([52747b0](https://togithub.com/nestjs/graphql/commit/52747b0193bb1b7d109a810f48a0ef2de97f0dfc)) - **deps:** update dependency lodash to v4.17.19 ([bb9fb6f](https://togithub.com/nestjs/graphql/commit/bb9fb6f5cf68d36965bc19fd0d8554ff3ae79e54)) - **deps:** update dependency lodash to v4.17.20 ([7131f19](https://togithub.com/nestjs/graphql/commit/7131f19d4d514af33db1c4e01fb641a2c0fb7907)) - **deps:** update dependency merge-graphql-schemas to v1.7.4 ([6906916](https://togithub.com/nestjs/graphql/commit/6906916d7a25b3a9ce06aa53d6b4020bc481902b)) - **deps:** update dependency merge-graphql-schemas to v1.7.6 ([19c1dfb](https://togithub.com/nestjs/graphql/commit/19c1dfb937553df7eb2103e51df5532761706b08)) - **deps:** update dependency merge-graphql-schemas to v1.7.7 ([d4a4081](https://togithub.com/nestjs/graphql/commit/d4a40816ce38638b00d751a16470f993d1eb8c9a)) - **deps:** update dependency merge-graphql-schemas to v1.7.8 ([663c12b](https://togithub.com/nestjs/graphql/commit/663c12bdb0d351fa9b175e7bc5e5e85b3f06463d)) - **deps:** update dependency rimraf to v3.0.2 ([6fb29b7](https://togithub.com/nestjs/graphql/commit/6fb29b760c973870177f024ccb136cf9278291f8)) - **deps:** update dependency subscriptions-transport-ws to v0.11.0 ([e94b52f](https://togithub.com/nestjs/graphql/commit/e94b52fdfd15c3f61b047930eaa60ce678faacab)) - **deps:** update dependency ts-morph to v1.3.1 ([5e56235](https://togithub.com/nestjs/graphql/commit/5e56235d5a60bcc504580b16fb9b6f5acbe16fd8)) - **deps:** update dependency ts-morph to v1.3.2 ([32b1044](https://togithub.com/nestjs/graphql/commit/32b10449cfe9da8ad3a1f3cd98907210065e3139)) - **deps:** update dependency ts-morph to v1.3.3 ([0e7ac0a](https://togithub.com/nestjs/graphql/commit/0e7ac0a710129a2370c26993a855efd09e9abcb3)) - **deps:** update dependency ts-morph to v3.1.1 ([2ee018d](https://togithub.com/nestjs/graphql/commit/2ee018d3036a1375c06c0ea9514537c3b30718ee)) - **deps:** update dependency ts-morph to v3.1.2 ([f6cd30c](https://togithub.com/nestjs/graphql/commit/f6cd30c355f6c3097484666875976ef281e4784b)) - **deps:** update dependency ts-morph to v3.1.3 ([4087ac1](https://togithub.com/nestjs/graphql/commit/4087ac135956e419dad633dfc216c8f8d3f49b22)) - **deps:** update dependency ts-morph to v5 ([bf13dc3](https://togithub.com/nestjs/graphql/commit/bf13dc38afa31c757119ddfaa139c7fe8ffe9233)) - **deps:** update dependency tslib to v1.11.1 ([3cec64f](https://togithub.com/nestjs/graphql/commit/3cec64f222c10a724684a33c8fc65b07f5358e4a)) - **deps:** update dependency tslib to v1.11.2 ([120de2e](https://togithub.com/nestjs/graphql/commit/120de2ef590dd9cfc4fa7db99b4d122d15febf30)) - **deps:** update dependency tslib to v2 ([20da625](https://togithub.com/nestjs/graphql/commit/20da62566d85e3912245cefb5d5769e71a2bf247)) - **deps:** update dependency tslib to v2.0.1 ([2852b02](https://togithub.com/nestjs/graphql/commit/2852b026e0549c83c0422ace4df2773cc6c4b170)) - **deps:** update dependency tslib to v2.0.3 ([049ecdd](https://togithub.com/nestjs/graphql/commit/049ecdddbdc115b7852a4c8d5e318d21bfe6afcd)) - **deps:** update dependency tslib to v2.1.0 ([7e05867](https://togithub.com/nestjs/graphql/commit/7e05867a7be2d842f10eb22c3f0af6feb4ff16a3)) - **deps:** update dependency tslib to v2.2.0 ([85432c8](https://togithub.com/nestjs/graphql/commit/85432c88b9a3dcb57b9c366c4b4f9123a59a9357)) - **deps:** update dependency tslib to v2.3.0 ([0f2a43c](https://togithub.com/nestjs/graphql/commit/0f2a43c38247539afd0c044ad750a6bdf542e236)) - **deps:** update dependency uuid to v3.3.3 ([65a2c70](https://togithub.com/nestjs/graphql/commit/65a2c7013ed8e9f09b9382dca07d5dd03cb5ebe0)) - **deps:** update dependency uuid to v3.4.0 ([e697aa3](https://togithub.com/nestjs/graphql/commit/e697aa30dd70b68772090e783c392adf8d115067)) - **deps:** update dependency uuid to v7 ([6613bb8](https://togithub.com/nestjs/graphql/commit/6613bb8cb7a8f5daf986cb3660472ac6fc9b6ef6)) - **deps:** update dependency uuid to v7.0.2 ([9f6f36c](https://togithub.com/nestjs/graphql/commit/9f6f36c31247d28b3d81a561725ca90197c3b2d1)) - **deps:** update dependency uuid to v7.0.3 ([507cdcb](https://togithub.com/nestjs/graphql/commit/507cdcb5133840bd801c24bb7df07cf480bcce42)) - **deps:** update dependency uuid to v8 ([ce204e7](https://togithub.com/nestjs/graphql/commit/ce204e76e7c30caa98d72d842fc2c6461477f3fc)) - **deps:** update dependency uuid to v8.1.0 ([fd181f1](https://togithub.com/nestjs/graphql/commit/fd181f1acb661a247a66fb70b3f12730f4218698)) - **deps:** update dependency uuid to v8.2.0 ([138180a](https://togithub.com/nestjs/graphql/commit/138180a0f18c28b50f581e49eee3058ed2573ed6)) - **deps:** update dependency uuid to v8.3.0 ([a6022ac](https://togithub.com/nestjs/graphql/commit/a6022ac47549ceabc1ab0e7ece58cf583f650f07)) - **deps:** update dependency uuid to v8.3.1 ([4d44990](https://togithub.com/nestjs/graphql/commit/4d44990c2c28e7a5de3ebfa4b6f1afb24be677ce)) - **deps:** update dependency uuid to v8.3.2 ([54d1235](https://togithub.com/nestjs/graphql/commit/54d12359b2e8cfc561715b51a68a9f8091f2b7ef)) - **deps:** update dependency ws to v8 ([a5ac8b8](https://togithub.com/nestjs/graphql/commit/a5ac8b88e292ee6d1e67164f1d20d477964fc815)) - **deps:** update dependency ws to v8.2.2 ([bb5051d](https://togithub.com/nestjs/graphql/commit/bb5051d0e2facdadaeb743171b1d00cefacd6af6)) - **deps:** update dependency ws to v8.2.3 ([e9ccfac](https://togithub.com/nestjs/graphql/commit/e9ccfac4487eb31654c73433804313d199fa0e2d)) - **deps:** update dependency ws to v8.3.0 ([c0b9e94](https://togithub.com/nestjs/graphql/commit/c0b9e949f441326210bab4c1bf9f66660f9e6c03)) - **deps:** update dependency ws to v8.4.2 ([b74e879](https://togithub.com/nestjs/graphql/commit/b74e879baf366b2f197764a49071de020e641d9e)) - **deps:** update graphql-tools monorepo ([2ecced5](https://togithub.com/nestjs/graphql/commit/2ecced5d16986890e21ad388d2f990e8cc847edd)) - **deps:** update graphql-tools monorepo ([dc7c912](https://togithub.com/nestjs/graphql/commit/dc7c912c455ddb5e4781861c8309d259b159b544)) - **deps:** update graphql-tools monorepo ([f93b2e3](https://togithub.com/nestjs/graphql/commit/f93b2e3b38c2e5824664b172b2e398ecfe12c039)) - **deps:** update graphql-tools monorepo to v6.0.10 ([00dee50](https://togithub.com/nestjs/graphql/commit/00dee50b385a9417a41dce5440e536d7fd855068)) - **deps:** update graphql-tools monorepo to v6.0.11 ([48216ae](https://togithub.com/nestjs/graphql/commit/48216ae29a9cf741b7b61b7f8f48bac063887c09)) - **deps:** update graphql-tools monorepo to v6.0.12 ([f60e51f](https://togithub.com/nestjs/graphql/commit/f60e51fc6753357541c1e814760ef7527e9bda24)) - **deps:** update graphql-tools monorepo to v6.0.13 ([321d3b5](https://togithub.com/nestjs/graphql/commit/321d3b54d1674ac3c9503e5c13ea748852aa7b86)) - **deps:** update graphql-tools monorepo to v6.0.5 ([fcf69fe](https://togithub.com/nestjs/graphql/commit/fcf69fe2d608252d3bfa52f34da1ab17d5fc71b5)) - **deps:** update graphql-tools monorepo to v6.2.4 ([1a76ed6](https://togithub.com/nestjs/graphql/commit/1a76ed69cc0dd7907f688f5d04bf35a257d7f238)) - disable enhancers for \__resolveType ([5463d64](https://togithub.com/nestjs/graphql/commit/5463d64af7cb4e2f3ce787a188acb35132150e69)) - disable enhancers for resolve type, add global middleware support ([da4f751](https://togithub.com/nestjs/graphql/commit/da4f751cea4c2f15692880a3c80d243a3b741a11)) - exclude tests dir (npmignore) ([e6ab8c7](https://togithub.com/nestjs/graphql/commit/e6ab8c70e52fb4f316c224aae9837f3aa866a84f)) - export BuildService token ([cf87ea7](https://togithub.com/nestjs/graphql/commit/cf87ea7af96dee73476eb1616638100db9eabf08)) - fallback to request property when req does not exist ([f557407](https://togithub.com/nestjs/graphql/commit/f55740764ce37c58fea3f3706b4104caa6632f79)) - fallback type to object instead of undefined ([8590822](https://togithub.com/nestjs/graphql/commit/85908221d343b4207e51bf166978c310a13bcdad)) - **federation:** allow apollo engine config in gateway ([bc4be48](https://togithub.com/nestjs/graphql/commit/bc4be4897efc9ee8e1a5cbd0377dd1df335715a5)) - **federation:** apply default options when async config is used ([6aa5549](https://togithub.com/nestjs/graphql/commit/6aa55494f74aace1fbbe5722e6e5f0e3bf5825ce)) - **federation:** assignment GraphqlSchemaHost#schema in factory ([f91c76b](https://togithub.com/nestjs/graphql/commit/f91c76bbef4e7ac4c8a292a1d6fc91ae8207f8d6)), closes [nestjs/graphql#​1478](https://togithub.com/nestjs/graphql/issues/1478) - **federation:** avoid using transform schema for federation [#​981](https://togithub.com/nestjs/graphql/issues/981) ([3358899](https://togithub.com/nestjs/graphql/commit/33588997bba389ad853b847fed9656d4ae03a1f1)) - **federation:** filter resolvers predication ([63fa587](https://togithub.com/nestjs/graphql/commit/63fa587d58e624bd1bcd296e9b287f32e749b82d)) - **federation:** Handle ObjectTypeExtension ([2b9129b](https://togithub.com/nestjs/graphql/commit/2b9129bb216fa4bb499353dc8573031df3917c8c)) - **federation:** import d.ts from [@​apollo/federation](https://togithub.com/apollo/federation) instead of ts ([bf8202a](https://togithub.com/nestjs/graphql/commit/bf8202aadb9f468da65c25a0a1cdb7e1e55133b6)) - **federation:** inherit the date time scalar (from auto generated schema) ([02fb373](https://togithub.com/nestjs/graphql/commit/02fb3737d3c2e8f9fdf1559aa7dab12781cd1d0a)) - **federation:** merge or override auto generated resolvers ([555c3f4](https://togithub.com/nestjs/graphql/commit/555c3f48eafdc95604f4319a9d03a00b34d8b0ce)) - **federation:** override federated resolveType for interfaces ([55991b4](https://togithub.com/nestjs/graphql/commit/55991b4fc408eeb18c0b31bbda7673eaaeb0100f)) - **federation:** remove duplicate types in schema ([#​1001](https://togithub.com/nestjs/graphql/issues/1001)) ([0e361ee](https://togithub.com/nestjs/graphql/commit/0e361eee56e25eaba9f1c7ea1c2992e824648037)), closes [#​981](https://togithub.com/nestjs/graphql/issues/981) - **federation:** remove duplicate types in schema [#​1001](https://togithub.com/nestjs/graphql/issues/1001) ([7dbaa77](https://togithub.com/nestjs/graphql/commit/7dbaa7753d739cdee5d2451b6a4435ebbcd6a5d9)), closes [#​981](https://togithub.com/nestjs/graphql/issues/981) - **federation:** Remove unused import ([6257cf0](https://togithub.com/nestjs/graphql/commit/6257cf028a5bdfa8fa4654d2f048b02ff5d37cec)) - **federation:** respect use global prefix option for gateway [#​1158](https://togithub.com/nestjs/graphql/issues/1158) ([2465370](https://togithub.com/nestjs/graphql/commit/24653709816b7e276bebc900bb227908dc67d30c)) - **federation:** Update overrideOrExtendResolvers for federated unions ([3c8e1c6](https://togithub.com/nestjs/graphql/commit/3c8e1c639a5e50a0d4d681c5ea2e021e2a438db3)) - **federation:** use resolver reference instead of resolver name ([5940608](https://togithub.com/nestjs/graphql/commit/5940608c2ae4958ccff05878b0dec3e0643afbe1)) - **federation:** use type merger from 'merge-graphql-schemas' ([77ae270](https://togithub.com/nestjs/graphql/commit/77ae270daaa68c078ce61dab8c7d445e784993f7)) - fix abstract resolvers, field resolver args ([fd4e471](https://togithub.com/nestjs/graphql/commit/fd4e4717bda96ae01188d5666a63805fe9fc352c)) - fix accidental breaking change (subgraphs import) ([73ebdfe](https://togithub.com/nestjs/graphql/commit/73ebdfeeae29e46984200b107a95c9bb9bb117e8)) - fix adding directives (federation) ([1fcb97d](https://togithub.com/nestjs/graphql/commit/1fcb97d75d0c15d9579b3ed7b6a8aa95b2aacbfa)) - fix args type when used in combination with mapped types ([a7c45c9](https://togithub.com/nestjs/graphql/commit/a7c45c99f0f0fe877440ba1b41aa1279872621a7)) - fix ast definitions generation for federated graph ([b03c5ef](https://togithub.com/nestjs/graphql/commit/b03c5efdda06ebdd1e2a021ce8ddca9613303049)) - fix async context factories ([1c5e1c5](https://togithub.com/nestjs/graphql/commit/1c5e1c5babe34bf8de27cb62d458aef4971ca04c)) - fix build issues, update imports ([cf23319](https://togithub.com/nestjs/graphql/commit/cf2331947370934617a6553e90200114d1406d55)) - fix context auto-wrapping ([66ede7a](https://togithub.com/nestjs/graphql/commit/66ede7a4c9c97290bd9ad600064c0fd5abceb2ff)) - fix defaults settings ([e565b04](https://togithub.com/nestjs/graphql/commit/e565b04c6742746daac0fb72b57e80440373bbdd)) - fix directives on field resolers ([6ed51b1](https://togithub.com/nestjs/graphql/commit/6ed51b1111d8edf1e8f3f93236f1d8a59eacf91c)) - fix directives on parent classes ([01013f3](https://togithub.com/nestjs/graphql/commit/01013f374d0a6817277b792db7a04cc4b34736b8)) - fix get interfaces fn is undefined [#​1384](https://togithub.com/nestjs/graphql/issues/1384) ([f10c95e](https://togithub.com/nestjs/graphql/commit/f10c95e56aa7f65ac5d2f6e77178a99de983c6da)) - fix getters in object types [#​673](https://togithub.com/nestjs/graphql/issues/673) ([faad7cf](https://togithub.com/nestjs/graphql/commit/faad7cf06b209762403ec17564f07f26ac07555d)) - Fix handling of multi-level interfaces ([171ce0e](https://togithub.com/nestjs/graphql/commit/171ce0e4658ad211a8e7b7bedf6efb6aaf8e01bf)) - fix import issue ([dd56bcd](https://togithub.com/nestjs/graphql/commit/dd56bcd2f3f1f647f043acde101194b8812b3829)) - fix incompatibility with apollo/subgraph@0.1.5 ([60ee0d0](https://togithub.com/nestjs/graphql/commit/60ee0d02dda1d0e09e9912cc8363191fbd9e1dc9)) - fix interface name and undefined properties issue ([e56512f](https://togithub.com/nestjs/graphql/commit/e56512fc4dd592df51aef55c1bc3825ef3cef2ae)) - fix invalid type of descriptor in resolver metadata ([918a068](https://togithub.com/nestjs/graphql/commit/918a068521480e58b27a590eb3c7c74987f01b2a)) - fix missing peer deps metadata [#​1263](https://togithub.com/nestjs/graphql/issues/1263) ([cac02c4](https://togithub.com/nestjs/graphql/commit/cac02c4f3df16f15c5c0e4511223bc679f510dd1)) - fix optional deps ([33790a7](https://togithub.com/nestjs/graphql/commit/33790a7c0b3b4945b5f56561d7edc0d41807ac3f)) - fix orphaned types factory, update e2e test ([735f110](https://togithub.com/nestjs/graphql/commit/735f110e978e0efa5ebae540d76e249fd958bf26)) - fix peer dependencies ([b39f4fe](https://togithub.com/nestjs/graphql/commit/b39f4fe74eaeae303439a9e921c8cbc2bce41dc0)) - fix precommit hook (dont include fixtures) ([7d52e9d](https://togithub.com/nestjs/graphql/commit/7d52e9d3d6bc0fffc917dde0afb321ee7f246f9e)) - fix small issues (pass options to fastify) ([b34981e](https://togithub.com/nestjs/graphql/commit/b34981e1d2b1dfe280f017a88f336f491fb2e237)) - fix subscriptions-transport-ws package name ([2723544](https://togithub.com/nestjs/graphql/commit/2723544091d5177428a64c419521e2278d2035d3)) - fix typo in field options interface ([9919343](https://togithub.com/nestjs/graphql/commit/9919343ceed4fd2e092554023cf4c4e22f266837)) - **gateway:** import d.ts from [@​apollo/gateway](https://togithub.com/apollo/gateway) instead of ts ([e751df4](https://togithub.com/nestjs/graphql/commit/e751df4f3d83bbbdd40516067b425951944ccb27)) - **gateway:** stop the apollo server (if present) on module destroy hook ([20886eb](https://togithub.com/nestjs/graphql/commit/20886ebd6774d6e0e551b99fbb764dac723dd97f)) - global prefix fails in some cases ([5326950](https://togithub.com/nestjs/graphql/commit/5326950a69166cb24909ccbdd7bbc57afec8924e)) - **graphql.factory:** use `getFullText` instead of `getText` ([adb1611](https://togithub.com/nestjs/graphql/commit/adb16116fef7c2a19f682de1283e43b4c4065e8d)) - **GraphQLFactory:** avoid unnecessary overwrites ([d25c532](https://togithub.com/nestjs/graphql/commit/d25c5323db3868497e3460baa5306fde9aaaefdc)) - **graphql:** remove abstract instance getter from base driver ([151b41f](https://togithub.com/nestjs/graphql/commit/151b41f8efa893040cf9aa341e7007de3ba90eb2)) - ignore Date in type definitions generator ([946375b](https://togithub.com/nestjs/graphql/commit/946375b51981549927627a32df61808fd4a1594e)) - include default type mapping configuration ([0ca398e](https://togithub.com/nestjs/graphql/commit/0ca398e4ad57218da32fe2be1eff78fa544fc434)) - inherit complexity from the model definition [#​1012](https://togithub.com/nestjs/graphql/issues/1012) ([4f2c366](https://togithub.com/nestjs/graphql/commit/4f2c366c881438fdb50387f7f227f6e7ac3fe13c)) - inherit directive and extensions in type helpers, compile unique directives ([8c721d0](https://togithub.com/nestjs/graphql/commit/8c721d0e7a9e7b6c92b67b3c28b8785fdd5f3650)) - inherit metadata (fields) if exists ([6b4f8e3](https://togithub.com/nestjs/graphql/commit/6b4f8e39c4c4c94a804a9816c97ff326c4e04671)) - interface type shouldnt require arguments ([b843c08](https://togithub.com/nestjs/graphql/commit/b843c08bf4834f2ef466e17f55709950c008fb50)) - invalid args decorator signature (add overload) ([ff44cbe](https://togithub.com/nestjs/graphql/commit/ff44cbeef35e6723d560a7231985a0a8e234a134)) - invert logic for providing your own schema ([c8ba590](https://togithub.com/nestjs/graphql/commit/c8ba59019ca27d6c6503fef254f5bfba43777e22)) - make default type mapping record partial ([0736799](https://togithub.com/nestjs/graphql/commit/07367997d065e5972dcbb0579b283ad6a97e2c42)) - make keys argument readonly (pick type and omit type) ([96c9579](https://togithub.com/nestjs/graphql/commit/96c957991e6dbc14b0a589ade84df1eddfee6c68)) - make sure to handle undefined case in ResolveTypeFactory ([2ef556e](https://togithub.com/nestjs/graphql/commit/2ef556e8850bd3097842bd642e27ef2f76a46a00)) - mapped types with renamed fields ([c10360c](https://togithub.com/nestjs/graphql/commit/c10360c1214446fcf6d9ce4a3c58a3bfd38bf296)) - **mapped-types:** eagarly load type function ([cd66002](https://togithub.com/nestjs/graphql/commit/cd660023cef6eb793e065f783debc93a5470a870)) - **mapped-types:** fix mapped types (load no target metadata) ([3cf8773](https://togithub.com/nestjs/graphql/commit/3cf8773c73cf012cf7e9fb3eeb24795809a8f280)) - **mapped-types:** fix performance degradation issue (omit and pick types) [#​1301](https://togithub.com/nestjs/graphql/issues/1301) ([b5f4122](https://togithub.com/nestjs/graphql/commit/b5f4122622ab3344a826b4424d710fd22ec33c09)) - **mapped-types:** inherit all fields from the prototype chain ([1cc8eec](https://togithub.com/nestjs/graphql/commit/1cc8eec759dc5a1bdd4dd2e7a3fe270c053a2975)) - **mercurius:** fix subscriptions ([a075ad5](https://togithub.com/nestjs/graphql/commit/a075ad51907f99d45862b08ec7503380ca2c4379)) - merge only plugins array ([9cba6cb](https://togithub.com/nestjs/graphql/commit/9cba6cbb4eb5d81ed2d8a795a2d71d57558527bb)) - merge plugins, update landing page condition ([67aff1a](https://togithub.com/nestjs/graphql/commit/67aff1a33c7748a60e867338c16c2b8367cc25cb)) - minor deps fixes ([0f05cc5](https://togithub.com/nestjs/graphql/commit/0f05cc53c3f140202c00d1215a1c02d80f3176e2)) - override get type method in gql execution context ([f80f287](https://togithub.com/nestjs/graphql/commit/f80f28770db48848160ddf82a81547f537663a5e)) - override req property only if not an object ([420be79](https://togithub.com/nestjs/graphql/commit/420be790ecb9b14a946115bdcc8787798e7112d9)) - **platform-fastify:** await register call ([e9c14e6](https://togithub.com/nestjs/graphql/commit/e9c14e68523a661cc47204ff5acf31b95e709ba3)) - **platform-fastify:** await register call ([d238ad4](https://togithub.com/nestjs/graphql/commit/d238ad4510893b34f9d69779065bef43ee6feb53)) - **plugin:** add test for optional booleans (strict mode) ([278e091](https://togithub.com/nestjs/graphql/commit/278e09121be70029e3bb14d6b946e18f158665c3)) - **plugin:** apply plugin metadata on prototypes ([7647e2b](https://togithub.com/nestjs/graphql/commit/7647e2bda792bc92aea1b9bdfaba9a1040ea3477)) - **plugin:** check version when updating file imports ([eb4a0c3](https://togithub.com/nestjs/graphql/commit/eb4a0c38f6fe9c4f2a45daebdb0650544fb4c134)) - **plugin:** fallback to an empty object (metadata) ([a157e28](https://togithub.com/nestjs/graphql/commit/a157e286ccf2daedaaef65c4471a0af269833cf6)) - **plugin:** fix adding imports per file ([bfc2c64](https://togithub.com/nestjs/graphql/commit/bfc2c64f20537e3b42c0843b246b62125c238226)) - **plugin:** fix enums in plugin ([a30a3c2](https://togithub.com/nestjs/graphql/commit/a30a3c2d0b4c402e6fd894b03108de91d404152b)) - **plugin:** fix wrong paths resolution on windows ([a178553](https://togithub.com/nestjs/graphql/commit/a178553f0745c77352493f493bf515a7511c32b3)) - **plugin:** recognize boolean properties in strict mode ([24dbec5](https://togithub.com/nestjs/graphql/commit/24dbec575c5d04558fb81ae268dbc3814fed8843)) - **plugin:** support typescript 4.2+ ([5bbd70f](https://togithub.com/nestjs/graphql/commit/5bbd70f1d83d789cadae1124e15a64d3897d8a25)) - remove console log ([f6e7263](https://togithub.com/nestjs/graphql/commit/f6e7263ed149311a2e372abaaeec3581360a9e94)) - remove dir directory ([ced8f43](https://togithub.com/nestjs/graphql/commit/ced8f430582e5f6089bd27005c9e7e457950a411)) - remove optional deps ([6d0a9ba](https://togithub.com/nestjs/graphql/commit/6d0a9ba08d046131dea42b04b8726d17108be1fa)) - remove optional deps ([a2d06a5](https://togithub.com/nestjs/graphql/commit/a2d06a5358dfadddc34483fecf7f3af5c94d3806)) - remove streams (interceptors) on resolve property ([489988e](https://togithub.com/nestjs/graphql/commit/489988e1b5d7654b3fbd2a157729821a8148286e)) - remove temp\_\_ field when schema is initalized ([1cf9037](https://togithub.com/nestjs/graphql/commit/1cf9037947bf9ca401ccf1cfce1149aac14cacea)) - remove unused merge arguments host ([4d581e5](https://togithub.com/nestjs/graphql/commit/4d581e5bbeb59adbd65f4c25c887aa212d1c4179)) - revert back release-it update ([e563384](https://togithub.com/nestjs/graphql/commit/e56338432aab7adba7b985b18fa4dff4c6d8e7c2)) - revert graphql-tools packages ([a680add](https://togithub.com/nestjs/graphql/commit/a680add860237ead8a4d532949822625e46a82dc)) - run all tests ([bac36ee](https://togithub.com/nestjs/graphql/commit/bac36eef1c603f6baed3b7e750605328e03f3fc3)) - scalar resolvers ([dfa7332](https://togithub.com/nestjs/graphql/commit/dfa7332d036ace4374b40c552ac40ec7f1b22097)) - set argument type of parse-literal ([a41d05b](https://togithub.com/nestjs/graphql/commit/a41d05bb1b9cb80163f6c8a3a82440fce633b273)) - set graphql context ([8b65823](https://togithub.com/nestjs/graphql/commit/8b65823fc287e28bc46194f0c6584cef2104f87f)) - set line endings of ts-morph according to platform ([964ec9c](https://togithub.com/nestjs/graphql/commit/964ec9cceced6bdf31ab2b7690f07594b0be1672)) - skip adding existing directive metadata ([b97030c](https://togithub.com/nestjs/graphql/commit/b97030c84c7e578388fd190f6261ee6370c9985d)) - some changes not correctly applied ([d6ef0b7](https://togithub.com/nestjs/graphql/commit/d6ef0b7089a256d11f04ab1bd64293bce12e70d8)) - subscription.subscribe() not copied ([0e789f5](https://togithub.com/nestjs/graphql/commit/0e789f5744f5a4299b0472ebeb189beae6389a04)) - support Apollo Graph Manager ([a5bf10b](https://togithub.com/nestjs/graphql/commit/a5bf10bfb1dc581e42bdc9e936b162879bf13315)) - support for external resolvers ([32f395b](https://togithub.com/nestjs/graphql/commit/32f395b35cdd699c5493a5d213b91ff471b5096a)) - **test:** fix sorted schema snapshot ([b4cf611](https://togithub.com/nestjs/graphql/commit/b4cf6118333692781652093074b4c8bc675afdb3)) - tsmorph should be optional ([8a1df35](https://togithub.com/nestjs/graphql/commit/8a1df35d4ed5cb6c28af78d542bd5621748f1461)) - typo ([64821fc](https://togithub.com/nestjs/graphql/commit/64821fc037ecc90fa3194e1c27255b851ee126a7)) - typo ([bd35661](https://togithub.com/nestjs/graphql/commit/bd35661d33ac850dbe8bb68d4349aadf1df66a26)) - typo ([a946e70](https://togithub.com/nestjs/graphql/commit/a946e70755b232959efe224aceb9727f08b8dcf0)) - update custom-scalar for strict mode ([f97573d](https://togithub.com/nestjs/graphql/commit/f97573d4cf075a00057834004ace3ec32c3e34e2)) - update integration tests ([38d54a7](https://togithub.com/nestjs/graphql/commit/38d54a761e29042bb2abcc362d3f589bf319b388)) - use deep merge to merge default options ([568161a](https://togithub.com/nestjs/graphql/commit/568161a91c6a868f50e863c1c12e8f6b1fd45d8d)) - Use default of false for stop termination on signals ([2e4a55e](https://togithub.com/nestjs/graphql/commit/2e4a55e80ee8a9a4725cd8105143a8e781baddba)), closes [#​1560](https://togithub.com/nestjs/graphql/issues/1560) - use default value in object types ([fc2a157](https://togithub.com/nestjs/graphql/commit/fc2a1578b28ab5cd86ccca2ecd00453805a0604e)) - use name property in code-first ([020db1a](https://togithub.com/nestjs/graphql/commit/020db1a7b1804c9ed992db009bf459cd02f64633)) - use schema directive visitor from graphql-tools ([876be36](https://togithub.com/nestjs/graphql/commit/876be364ad79dbc674ad90e0842954c925d87e50)) ##### Features - **[@​nestjs/graphql](https://togithub.com/nestjs/graphql):** add enumsAsTypes to definitions generator options ([d9343fa](https://togithub.com/nestjs/graphql/commit/d9343faeb415c503a3eb0b70a1adb36c22e9a962)), closes [#​1557](https://togithub.com/nestjs/graphql/issues/1557) - **[@​nestjs/graphql](https://togithub.com/nestjs/graphql):** add mixin type helper ([27c555e](https://togithub.com/nestjs/graphql/commit/27c555e6900408c2226ad5a65a28d27a150fbf37)) - **[@​nestjs/graphql](https://togithub.com/nestjs/graphql):** base exception filter for apollo exceptions ([422d392](https://togithub.com/nestjs/graphql/commit/422d392a3bef06219493f23ff6d1e7d0d0e8f863)), closes [#​1053](https://togithub.com/nestjs/graphql/issues/1053) - **[@​nestjs/graphql](https://togithub.com/nestjs/graphql):** Include graphql schemas from node_modules ([ac7ab37](https://togithub.com/nestjs/graphql/commit/ac7ab377a999aa751cced58b0514c992bb1ebd2a)) - adapters to drivers ([2012ade](https://togithub.com/nestjs/graphql/commit/2012adec272f463082c60f7c588e49a63bc3f259)) - add additional definitions generator options ([6e41314](https://togithub.com/nestjs/graphql/commit/6e41314d657fdd116950479080e33c487ffab1ca)) - add async module support to graphql gateway ([aba664f](https://togithub.com/nestjs/graphql/commit/aba664f059dcc840bf3114c26610addc0666cd43)) - add code-first support for grahql federation ([ef2e409](https://togithub.com/nestjs/graphql/commit/ef2e40961dc4b982caae3f07d56ff5d8fdb65c39)) - add complexity feature ([ee0f8e9](https://togithub.com/nestjs/graphql/commit/ee0f8e976809d84503cfa2bdc30439d25a1267a6)) - add configurable number scalar ([98c6a47](https://togithub.com/nestjs/graphql/commit/98c6a47b828f279738fd5fde355ef6409c26c7ab)) - add create union type and register enum type to shim ([382877e](https://togithub.com/nestjs/graphql/commit/382877e322d1777e3ba2dfbfa662221220e631cd)) - Add createTestClient ([854e210](https://togithub.com/nestjs/graphql/commit/854e210cad14d976df7896dfd86dec75e882f2e7)) - add decorator type argument to type utils ([6628cea](https://togithub.com/nestjs/graphql/commit/6628ceaca8f7ff663b9772268eac5481e295843f)) - add dedicated gateway and federation adapters ([bdc5818](https://togithub.com/nestjs/graphql/commit/bdc5818cbed303523701e9ba2f1e26442c3ca428)) - add default type mapping ([95ae089](https://togithub.com/nestjs/graphql/commit/95ae089781a9f2285067d4360b917469476c1c00)) - add executor factory to module options ([1c8d821](https://togithub.com/nestjs/graphql/commit/1c8d821160df1a901f35bef4d95723ab4c542aa7)) - add extensions feature ([0755aa0](https://togithub.com/nestjs/graphql/commit/0755aa08f684622bf61739d0c1d130f2731e722b)) - add fastify support to federation and gateway modules ([ee32547](https://togithub.com/nestjs/graphql/commit/ee32547190276b5a211d4cf3bdc7943b6752e772)) - add field middleware support ([f7078f3](https://togithub.com/nestjs/graphql/commit/f7078f360a7ff175d1e7ea0539c69b0fee8ee09c)) - add fieldResolverEnhancers property ([03f40ae](https://togithub.com/nestjs/graphql/commit/03f40aedfefea4b5df9b665f77fec2591de1d578)) - add graphql schema host ([0355721](https://togithub.com/nestjs/graphql/commit/0355721d75360138ded9da08bc4ba39c7e201dc6)) - add lazy metadata storage for type-graphql ([4967d13](https://togithub.com/nestjs/graphql/commit/4967d13f7b9cabef61472c7c478393495f271a0b)) - add path to subscriptions options ([f59f95f](https://togithub.com/nestjs/graphql/commit/f59f95f8edc9dd0b6d2f39e13632ab2451373982)) - add plugin, implement the isolated schema generator ([23fa7d6](https://togithub.com/nestjs/graphql/commit/23fa7d6a4c6510d08c52f02e7478962a4ae89ba7)) - add separate configuration for subscriptions ([1a9e546](https://togithub.com/nestjs/graphql/commit/1a9e5465db3a14efb5657e47acb03dcaaf3c5b5f)) - Add sortSchema option ([4e8cbef](https://togithub.com/nestjs/graphql/commit/4e8cbef08b05fd7fbd9326523f48b34f70b3aeaf)) - Add support for deprecated enum values ([f8e8367](https://togithub.com/nestjs/graphql/commit/f8e8367fc4dbdd90302131d0dc9768183e0a4151)) - add support for plugins ([beae27a](https://togithub.com/nestjs/graphql/commit/beae27a2adcee7f06e2cd4d20252aa4186edb065)) - add type helpers functions ([dcaea9e](https://togithub.com/nestjs/graphql/commit/dcaea9e2e0d75396c135e47fd79210c5090e8e65)) - add useGlobalPrefix option ([7ae9213](https://togithub.com/nestjs/graphql/commit/7ae921396e079ba8f97fc8069aa5c6cee4cde388)) - add validation and transformation rules inheritance ([29c38dd](https://togithub.com/nestjs/graphql/commit/29c38dda617791d044ca5a1cbe8d3433f01c2fa0)) - allow custom gql-on-ws protocol ([3c05658](https://togithub.com/nestjs/graphql/commit/3c05658a1129b70eb5ecdbbf7731a1446d539caf)) - allow registering global field middleware functions ([773d5d8](https://togithub.com/nestjs/graphql/commit/773d5d8cd4032d5771909018b2efe5966dcd053f)) - allow resolvers for interface types ([5949d0d](https://togithub.com/nestjs/graphql/commit/5949d0d7e0c4594bb9c07162baa56671f7550cf5)) - Apply transformSchema to autoSchemaFile ([73bca3e](https://togithub.com/nestjs/graphql/commit/73bca3e46269b49bb350452a38b023e4fc345a2a)) - Complexity options on Query and Mutation ([1c3a64e](https://togithub.com/nestjs/graphql/commit/1c3a64e23dd58467f4e66a75240561cbacd7b0a6)) - expose type metadata storage instance ([66575cf](https://togithub.com/nestjs/graphql/commit/66575cf783c1d578777b970c97de3f41d559966e)) - extract configurations ([7e53ce2](https://togithub.com/nestjs/graphql/commit/7e53ce25929a07a0cc809aa78490d882cd1accdd)) - extract configurations part 2 ([abbcac7](https://togithub.com/nestjs/graphql/commit/abbcac76592651931e45f87b92d75a1dc4aef39b)) - **federation:** add support for graphql federation typedefs ([e5fdeac](https://togithub.com/nestjs/graphql/commit/e5fdeac18a2dc01181cde84eb698d796c9b05cb6)) - **federation:** extract metadata reference resolver ([b090702](https://togithub.com/nestjs/graphql/commit/b09070228cd5fa6de80aabb7d5f6131014fd2aeb)) - **federation:** graphql federation factory ([d98b480](https://togithub.com/nestjs/graphql/commit/d98b4803298de23111acb69c9a5e58f658570752)) - **federation:** graphql federation module ([5948d67](https://togithub.com/nestjs/graphql/commit/5948d673ed452b1521fff8509aa312d3114509bd)) - **federation:** graphql gateway module ([ded92ce](https://togithub.com/nestjs/graphql/commit/ded92ceb1c92bed0a01f37d2658f3d24c6d1e479)) - **federation:** interfaces for gateway module options ([7e235f9](https://togithub.com/nestjs/graphql/commit/7e235f9353e1ab3841d2be79751b83558bfdb30d)) - **federation:** make getTypesFromPaths method public ([2c83518](https://togithub.com/nestjs/graphql/commit/2c83518a7b6275e52556d0f05123f2b6824128eb)) - **federation:** ResolveReference decorator ([f2d5950](https://togithub.com/nestjs/graphql/commit/f2d5950f548966b00fc25fe869372f4e868b8c07)) - load all metadata lazily ([67ab808](https://togithub.com/nestjs/graphql/commit/67ab8087542a7eb2740177db1b985591b0e536c7)) - load metadata lazily by target ([4cb9f39](https://togithub.com/nestjs/graphql/commit/4cb9f399f369d77600fa9de543b79f54600a1bfe)) - log error if subscription is request-scoped ([4c546f2](https://togithub.com/nestjs/graphql/commit/4c546f2dbc4566745208cb24f64a93cee501feac)) - log type graphql schema generator errors ([921984b](https://togithub.com/nestjs/graphql/commit/921984b10b158dac2bcf1fbf05aab37c0c11f13d)) - migrate to eslint, add commilint, release-it ([8b7460a](https://togithub.com/nestjs/graphql/commit/8b7460aa342bf84b61428c7f8c4cc9b9640f0981)) - migrate to graphql tools (remove merge-graphql-schemas) ([0bc3daa](https://togithub.com/nestjs/graphql/commit/0bc3daa8511276e9b7018d8e98c64a473eb9b850)) - migrate to lerna ([4f1dd75](https://togithub.com/nestjs/graphql/commit/4f1dd75b304163ea63b1144e3355ea6d8310c6f1)) - minor tweaks, normalize path by default ([033ea87](https://togithub.com/nestjs/graphql/commit/033ea873c5ab0e7bd3c447da82c720500b6cab3e)) - **module:** Recursive inclusion of modules ([4abf52f](https://togithub.com/nestjs/graphql/commit/4abf52f499dd10be1c8dcb7c8acbf4adfb527a51)) - override the resolve type of interfaces ([af6edc0](https://togithub.com/nestjs/graphql/commit/af6edc04a64c162f977f48440ece3bc56e792e2c)) - **plugin:** Update plugin with null union support ([40a5589](https://togithub.com/nestjs/graphql/commit/40a558984bf4a6b0793efd9a29ce7d84a5f23908)) - refactor, add more subscriptions settings (+ remove redundant props) ([6388dd5](https://togithub.com/nestjs/graphql/commit/6388dd50a0c023aa017d2a9b7451d187f869966b)) - register interface implementations automatically ([e74260e](https://togithub.com/nestjs/graphql/commit/e74260e04c6dc1c4192463b99c334ca4abb61d0b)) - remove directives, update graphql tools monorepo ([6ec229e](https://togithub.com/nestjs/graphql/commit/6ec229e5c46d7100cc04bbd536906116c299770a)) - **schema-builder:** add TypeDefinitionsStorage.getAllEnumTypeDefinitions ([6fe2556](https://togithub.com/nestjs/graphql/commit/6fe25568338330de2fdb8af4ee33b7eadadf6016)) - **schema-builder:** update BuildSchemaOptions.orphanedTypes ([e03a71e](https://togithub.com/nestjs/graphql/commit/e03a71ee7194bca65df8773d74e2968cec96f89e)) - **schema-builder:** update OrphanedTypesFactory.create to include enums ([7562228](https://togithub.com/nestjs/graphql/commit/7562228698c909de96efa21847af6523376cf69c)), closes [#​1665](https://togithub.com/nestjs/graphql/issues/1665) - **schema-gen:** add scalars param to graphql schema generator ([5bd2dad](https://togithub.com/nestjs/graphql/commit/5bd2dad92af0b682c4b1065e929c3e571bf68cfa)) - **schema-gen:** add scalars param to graphql schema generator ([15fb7ba](https://togithub.com/nestjs/graphql/commit/15fb7ba4368cd49314143fe9e53fa96f3df26507)) - simplify subscriptions interface ([96ed9de](https://togithub.com/nestjs/graphql/commit/96ed9def3966a28add72eecf1b74e975879c159b)) - support interface level directives and implements array ([5213077](https://togithub.com/nestjs/graphql/commit/5213077203ceeaaa5553db73cd7d0db563934e05)) - support lazy implements, add comments introspection ([aa9ac61](https://togithub.com/nestjs/graphql/commit/aa9ac61bd526e55073e1a678e4cb83cbca17338d)) - support subscriptions-transport-ws (backward compatibility) ([5641df0](https://togithub.com/nestjs/graphql/commit/5641df041b091408f350ff05b7fa5552128c81c6)) - **typings generation:** eslint-disable ([39f32a3](https://togithub.com/nestjs/graphql/commit/39f32a3bc1b3d3fdcd89644d4960c762254fb11b)) - update to graphql v15 ([4e5bde8](https://togithub.com/nestjs/graphql/commit/4e5bde8ee38ff37f460a14cf276e1bb3666738e8)) - update to the latest version (nest monorepo) ([e1f25c5](https://togithub.com/nestjs/graphql/commit/e1f25c505833afef8429d90ebdf9641bd3c98abd)) - update to the latest version of graphql ([bbafa8d](https://togithub.com/nestjs/graphql/commit/bbafa8d8850b546fa96b1f81c0658459442a42ae)) - update to the latest version of mapped types ([f572f50](https://togithub.com/nestjs/graphql/commit/f572f500b0d9dbf731d281ee905f4c0381845932)) - update ts-morph, fix unclosed subs filter ([a6505e0](https://togithub.com/nestjs/graphql/commit/a6505e0f8a38c4ede229a34999d11fa8e8b1fa0a)) - use mapped types library ([d6a67ec](https://togithub.com/nestjs/graphql/commit/d6a67eca5caf7c657bb18b308e84bda6c4dcdb7a)) - use request context id symbol, attach to ctx ([f89e205](https://togithub.com/nestjs/graphql/commit/f89e205cbbaf67ee58ae144fb3667f153b970495)) - wrap format error function instead of creating a filter ([82d055b](https://togithub.com/nestjs/graphql/commit/82d055b9eb9d4f21de7be1cb586c527ed3f81f63))

Configuration

📅 Schedule: "before 6am" in timezone Asia/Hong_Kong.

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.