@graphql-hive/nestjs
Version:
102 lines (56 loc) • 6.68 kB
Markdown
# @graphql-hive/nestjs
## 1.0.9
### Patch Changes
- Updated dependencies [[`c53e40e`](https://github.com/graphql-hive/gateway/commit/c53e40eabb7b6ca16efa02aa05892fd6b72ab230), [`7d771d8`](https://github.com/graphql-hive/gateway/commit/7d771d89ff6d731b1025acfc5eb197541a6d5d35), [`c7ea2c5`](https://github.com/graphql-hive/gateway/commit/c7ea2c5ae71b6b338ef22edd927a3fc93803965f)]:
- @graphql-hive/gateway@1.13.5
## 1.0.8
### Patch Changes
- Updated dependencies [[`a374bfc`](https://github.com/graphql-hive/gateway/commit/a374bfcf4309f5953b8c8304fba8e079b6f6b6dc)]:
- @graphql-hive/gateway@1.13.4
## 1.0.7
### Patch Changes
- Updated dependencies []:
- @graphql-hive/gateway@1.13.3
## 1.0.6
### Patch Changes
- [#532](https://github.com/graphql-hive/gateway/pull/532) [`4e33933`](https://github.com/graphql-hive/gateway/commit/4e339333945f4c4547d9ae719e67b4671fe89f04) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
- Updated dependency [`@whatwg-node/promise-helpers@^1.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.3.0) (from `^1.2.5`, in `dependencies`)
- Updated dependencies [[`4e33933`](https://github.com/graphql-hive/gateway/commit/4e339333945f4c4547d9ae719e67b4671fe89f04)]:
- @graphql-hive/gateway@1.13.2
## 1.0.5
### Patch Changes
- [#889](https://github.com/graphql-hive/gateway/pull/889) [`79dc3bb`](https://github.com/graphql-hive/gateway/commit/79dc3bb8c7cc26d46edb2e431a28369117abaf93) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Correct type definitions for builtin plugins and cache types
- [#889](https://github.com/graphql-hive/gateway/pull/889) [`79dc3bb`](https://github.com/graphql-hive/gateway/commit/79dc3bb8c7cc26d46edb2e431a28369117abaf93) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Initialise the gateway only once
Nest can invoke `generateSchema` method before running `start`. If that is the case, the existing Hive Gateway instance should be used in `start`.
- [#889](https://github.com/graphql-hive/gateway/pull/889) [`79dc3bb`](https://github.com/graphql-hive/gateway/commit/79dc3bb8c7cc26d46edb2e431a28369117abaf93) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Use prepared cache instance
- Updated dependencies [[`2e83074`](https://github.com/graphql-hive/gateway/commit/2e830742df0d8dd16826e440e41f8f75fce81513)]:
- @graphql-hive/gateway@1.13.1
## 1.0.4
### Patch Changes
- [#862](https://github.com/graphql-hive/gateway/pull/862) [`278618a`](https://github.com/graphql-hive/gateway/commit/278618a1383a01016041ce0a40adec8803c62448) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Updated dependency [`@whatwg-node/promise-helpers@^1.2.5` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.5) (from `^1.0.0`, in `dependencies`)
- Updated dependencies [[`d8a7e9e`](https://github.com/graphql-hive/gateway/commit/d8a7e9e4f0492268f07301a87f1e102400fae921), [`d8a7e9e`](https://github.com/graphql-hive/gateway/commit/d8a7e9e4f0492268f07301a87f1e102400fae921), [`dc8c4ce`](https://github.com/graphql-hive/gateway/commit/dc8c4ce642ecc8bb47d14002b196981f67c78c3c)]:
- @graphql-hive/gateway@1.13.0
## 1.0.3
### Patch Changes
- Updated dependencies [[`6a8e0de`](https://github.com/graphql-hive/gateway/commit/6a8e0de49089179458a1c011de05ee30c5167fbb)]:
- @graphql-hive/gateway@1.12.2
## 1.0.2
### Patch Changes
- [#844](https://github.com/graphql-hive/gateway/pull/844) [`40fe003`](https://github.com/graphql-hive/gateway/commit/40fe003b7f9b6f3871917ab6e395ecd112d967f1) Thanks [@enisdenjo](https://github.com/enisdenjo)! - The plugin system, i.e. envelop, prevents re-transforming already transformed schemas, no need to check again
- [#843](https://github.com/graphql-hive/gateway/pull/843) [`cef3e2f`](https://github.com/graphql-hive/gateway/commit/cef3e2f1e5a7daba5fa0153e1d5ea89a429e7a79) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Apply `transformSchema` and `sortSchema` options without custom `context`
- Updated dependencies [[`b19309b`](https://github.com/graphql-hive/gateway/commit/b19309b450482c203b1c71fb5762320c7e5fa739)]:
- @graphql-hive/gateway@1.12.1
## 1.0.1
### Patch Changes
- Updated dependencies [[`17cfa19`](https://github.com/graphql-hive/gateway/commit/17cfa190bf7965681716e5e1ec601793a85935d8)]:
- @graphql-hive/gateway@1.12.0
## 1.0.0
### Major Changes
- [#667](https://github.com/graphql-hive/gateway/pull/667) [`3cdd0aa`](https://github.com/graphql-hive/gateway/commit/3cdd0aa8fa98a436365c2f36ca80d49968a48a5e) Thanks [@ardatan](https://github.com/ardatan)! - Hive Gateway Driver for NestJS;
[Learn more in the docs](https://the-guild.dev/graphql/hive/docs/gateway/deployment/node-frameworks/nestjs)
### Patch Changes
- [#775](https://github.com/graphql-hive/gateway/pull/775) [`33f7dfd`](https://github.com/graphql-hive/gateway/commit/33f7dfdb10eef2a1e7f6dffe0ce6e4bb3cc7c2c6) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-mesh/types@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.104.0) (from `^0.103.18`, in `dependencies`)
- Updated dependencies [[`e393337`](https://github.com/graphql-hive/gateway/commit/e393337ecb40beffb79748b19b5aa8f2fd9197b7), [`3cdd0aa`](https://github.com/graphql-hive/gateway/commit/3cdd0aa8fa98a436365c2f36ca80d49968a48a5e), [`c47322a`](https://github.com/graphql-hive/gateway/commit/c47322a1a1385f24f7649f396fd2fbc632a9256c), [`c7a9849`](https://github.com/graphql-hive/gateway/commit/c7a98491e755cd234ba14033b39d5bc83ad0f945), [`09de0ba`](https://github.com/graphql-hive/gateway/commit/09de0bae281be40f8d8cc462d9c447d03141a5fa), [`33f7dfd`](https://github.com/graphql-hive/gateway/commit/33f7dfdb10eef2a1e7f6dffe0ce6e4bb3cc7c2c6), [`890f16a`](https://github.com/graphql-hive/gateway/commit/890f16afb352987f0565658f338022f9db3b4e3d), [`b145a27`](https://github.com/graphql-hive/gateway/commit/b145a27fc8671f33c36f9f6a3a437d80107631ee), [`bbc98c5`](https://github.com/graphql-hive/gateway/commit/bbc98c58277283f064ba826a3d844709f75ac451), [`ee00eaf`](https://github.com/graphql-hive/gateway/commit/ee00eaf8cd843dacba20b9235033b62f061195f7), [`09de0ba`](https://github.com/graphql-hive/gateway/commit/09de0bae281be40f8d8cc462d9c447d03141a5fa), [`ee00eaf`](https://github.com/graphql-hive/gateway/commit/ee00eaf8cd843dacba20b9235033b62f061195f7), [`3cdd0aa`](https://github.com/graphql-hive/gateway/commit/3cdd0aa8fa98a436365c2f36ca80d49968a48a5e), [`e0d5feb`](https://github.com/graphql-hive/gateway/commit/e0d5feb156f896be5c5235eb1ae22144cf67eff9)]:
- @graphql-hive/gateway@1.11.0