Skip to content

Commit 21fbf0d

Browse files
chore(release): update monorepo packages versions (#9947)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dfc5310 commit 21fbf0d

File tree

27 files changed

+144
-68
lines changed

27 files changed

+144
-68
lines changed

.changeset/curvy-lobsters-kneel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-ladybugs-speak.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/new-radios-flash.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/weak-kings-clap.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/programmatic-typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"@graphql-codegen/core": "4.0.2",
14-
"@graphql-codegen/plugin-helpers": "5.0.3",
15-
"@graphql-codegen/typed-document-node": "5.0.6",
16-
"@graphql-codegen/typescript": "4.0.6",
17-
"@graphql-codegen/typescript-operations": "4.2.0",
18-
"@graphql-codegen/typescript-resolvers": "4.0.6",
14+
"@graphql-codegen/plugin-helpers": "5.0.4",
15+
"@graphql-codegen/typed-document-node": "5.0.7",
16+
"@graphql-codegen/typescript": "4.0.7",
17+
"@graphql-codegen/typescript-operations": "4.2.1",
18+
"@graphql-codegen/typescript-resolvers": "4.1.0",
1919
"@graphql-tools/graphql-file-loader": "8.0.1",
2020
"@graphql-tools/load": "8.0.2",
2121
"@graphql-tools/schema": "10.0.3",

examples/typescript-resolvers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"devDependencies": {
66
"@graphql-codegen/cli": "5.0.2",
7-
"@graphql-codegen/typescript": "4.0.6",
8-
"@graphql-codegen/typescript-resolvers": "4.0.6"
7+
"@graphql-codegen/typescript": "4.0.7",
8+
"@graphql-codegen/typescript-resolvers": "4.1.0"
99
},
1010
"dependencies": {
1111
"graphql": "16.8.0",

packages/plugins/other/visitor-plugin-common/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @graphql-codegen/visitor-plugin-common
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- [#9961](https://github.com/dotansimha/graphql-code-generator/pull/9961) [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e) Thanks [@eddeee888](https://github.com/eddeee888)! - Update typescript-resolvers to report generated resolver types in the run to meta field in the output
8+
9+
### Patch Changes
10+
11+
- [#9944](https://github.com/dotansimha/graphql-code-generator/pull/9944) [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431) Thanks [@eddeee888](https://github.com/eddeee888)! - Add \_ prefix to generated `RefType` in `ResolversInterfaceTypes` and `ResolversUnionTypes` as it is sometimes unused
12+
13+
- [#9962](https://github.com/dotansimha/graphql-code-generator/pull/9962) [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e) Thanks [@eddeee888](https://github.com/eddeee888)! - Fix interface mappers not working in nested/self-referencing scenarios
14+
15+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e)]:
16+
- @graphql-codegen/plugin-helpers@5.0.4
17+
318
## 5.1.0
419

520
### Minor Changes

packages/plugins/other/visitor-plugin-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/visitor-plugin-common",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@graphql-tools/optimize": "^2.0.0",
16-
"@graphql-codegen/plugin-helpers": "^5.0.3",
16+
"@graphql-codegen/plugin-helpers": "^5.0.4",
1717
"@graphql-tools/relay-operation-optimizer": "^7.0.0",
1818
"@graphql-tools/utils": "^10.0.0",
1919
"auto-bind": "~4.0.0",

packages/plugins/typescript/document-nodes/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/typescript-document-nodes
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431), [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e)]:
8+
- @graphql-codegen/plugin-helpers@5.0.4
9+
- @graphql-codegen/visitor-plugin-common@5.2.0
10+
311
## 4.0.6
412

513
### Patch Changes

packages/plugins/typescript/document-nodes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-document-nodes",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
55
"repository": {
66
"type": "git",
@@ -13,8 +13,8 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^5.0.3",
17-
"@graphql-codegen/visitor-plugin-common": "5.1.0",
16+
"@graphql-codegen/plugin-helpers": "^5.0.4",
17+
"@graphql-codegen/visitor-plugin-common": "5.2.0",
1818
"auto-bind": "~4.0.0",
1919
"tslib": "~2.6.0"
2020
},

packages/plugins/typescript/gql-tag-operations/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/gql-tag-operations
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431), [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e)]:
8+
- @graphql-codegen/plugin-helpers@5.0.4
9+
- @graphql-codegen/visitor-plugin-common@5.2.0
10+
311
## 4.0.6
412

513
### Patch Changes

packages/plugins/typescript/gql-tag-operations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/gql-tag-operations",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
55
"repository": {
66
"type": "git",
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@graphql-tools/utils": "^10.0.0",
20-
"@graphql-codegen/plugin-helpers": "^5.0.3",
21-
"@graphql-codegen/visitor-plugin-common": "5.1.0",
20+
"@graphql-codegen/plugin-helpers": "^5.0.4",
21+
"@graphql-codegen/visitor-plugin-common": "5.2.0",
2222
"auto-bind": "~4.0.0",
2323
"tslib": "~2.6.0"
2424
},

packages/plugins/typescript/operations/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/typescript-operations
22

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431), [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e)]:
8+
- @graphql-codegen/plugin-helpers@5.0.4
9+
- @graphql-codegen/visitor-plugin-common@5.2.0
10+
- @graphql-codegen/typescript@4.0.7
11+
312
## 4.2.0
413

514
### Minor Changes

packages/plugins/typescript/operations/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-operations",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
55
"repository": {
66
"type": "git",
@@ -13,9 +13,9 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^5.0.3",
17-
"@graphql-codegen/typescript": "^4.0.6",
18-
"@graphql-codegen/visitor-plugin-common": "5.1.0",
16+
"@graphql-codegen/plugin-helpers": "^5.0.4",
17+
"@graphql-codegen/typescript": "^4.0.7",
18+
"@graphql-codegen/visitor-plugin-common": "5.2.0",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.6.0"
2121
},

packages/plugins/typescript/resolvers/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @graphql-codegen/typescript-resolvers
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#9961](https://github.com/dotansimha/graphql-code-generator/pull/9961) [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e) Thanks [@eddeee888](https://github.com/eddeee888)! - Update typescript-resolvers to report generated resolver types in the run to meta field in the output
8+
9+
### Patch Changes
10+
11+
- [#9944](https://github.com/dotansimha/graphql-code-generator/pull/9944) [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431) Thanks [@eddeee888](https://github.com/eddeee888)! - Add \_ prefix to generated `RefType` in `ResolversInterfaceTypes` and `ResolversUnionTypes` as it is sometimes unused
12+
13+
- [#9962](https://github.com/dotansimha/graphql-code-generator/pull/9962) [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e) Thanks [@eddeee888](https://github.com/eddeee888)! - Fix interface mappers not working in nested/self-referencing scenarios
14+
15+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431), [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e)]:
16+
- @graphql-codegen/plugin-helpers@5.0.4
17+
- @graphql-codegen/visitor-plugin-common@5.2.0
18+
- @graphql-codegen/typescript@4.0.7
19+
320
## 4.0.6
421

522
### Patch Changes

packages/plugins/typescript/resolvers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-resolvers",
3-
"version": "4.0.6",
3+
"version": "4.1.0",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
55
"repository": {
66
"type": "git",
@@ -13,9 +13,9 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^5.0.3",
17-
"@graphql-codegen/typescript": "^4.0.6",
18-
"@graphql-codegen/visitor-plugin-common": "5.1.0",
16+
"@graphql-codegen/plugin-helpers": "^5.0.4",
17+
"@graphql-codegen/typescript": "^4.0.7",
18+
"@graphql-codegen/visitor-plugin-common": "5.2.0",
1919
"@graphql-tools/utils": "^10.0.0",
2020
"auto-bind": "~4.0.0",
2121
"tslib": "~2.6.0"

packages/plugins/typescript/typed-document-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/typed-document-node
22

3+
## 5.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431), [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e)]:
8+
- @graphql-codegen/plugin-helpers@5.0.4
9+
- @graphql-codegen/visitor-plugin-common@5.2.0
10+
311
## 5.0.6
412

513
### Patch Changes

packages/plugins/typescript/typed-document-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typed-document-node",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations",
55
"repository": {
66
"type": "git",
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"change-case-all": "1.0.15",
20-
"@graphql-codegen/plugin-helpers": "^5.0.3",
21-
"@graphql-codegen/visitor-plugin-common": "5.1.0",
20+
"@graphql-codegen/plugin-helpers": "^5.0.4",
21+
"@graphql-codegen/visitor-plugin-common": "5.2.0",
2222
"auto-bind": "~4.0.0",
2323
"tslib": "~2.6.0"
2424
},

packages/plugins/typescript/typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/typescript
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431), [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e)]:
8+
- @graphql-codegen/plugin-helpers@5.0.4
9+
- @graphql-codegen/visitor-plugin-common@5.2.0
10+
311
## 4.0.6
412

513
### Patch Changes

packages/plugins/typescript/typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types",
55
"repository": {
66
"type": "git",
@@ -13,9 +13,9 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^5.0.3",
16+
"@graphql-codegen/plugin-helpers": "^5.0.4",
1717
"@graphql-codegen/schema-ast": "^4.0.2",
18-
"@graphql-codegen/visitor-plugin-common": "5.1.0",
18+
"@graphql-codegen/visitor-plugin-common": "5.2.0",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.6.0"
2121
},

packages/presets/client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-codegen/client-preset
22

3+
## 4.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431), [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e)]:
8+
- @graphql-codegen/plugin-helpers@5.0.4
9+
- @graphql-codegen/visitor-plugin-common@5.2.0
10+
- @graphql-codegen/gql-tag-operations@4.0.7
11+
- @graphql-codegen/typescript-operations@4.2.1
12+
- @graphql-codegen/typed-document-node@5.0.7
13+
- @graphql-codegen/typescript@4.0.7
14+
315
## 4.2.5
416

517
### Patch Changes

packages/presets/client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",
@@ -20,12 +20,12 @@
2020
"@babel/helper-plugin-utils": "^7.20.2",
2121
"@babel/template": "^7.20.7",
2222
"@graphql-codegen/add": "^5.0.2",
23-
"@graphql-codegen/typed-document-node": "^5.0.6",
24-
"@graphql-codegen/typescript": "^4.0.6",
25-
"@graphql-codegen/typescript-operations": "^4.2.0",
26-
"@graphql-codegen/gql-tag-operations": "4.0.6",
27-
"@graphql-codegen/plugin-helpers": "^5.0.3",
28-
"@graphql-codegen/visitor-plugin-common": "^5.1.0",
23+
"@graphql-codegen/typed-document-node": "^5.0.7",
24+
"@graphql-codegen/typescript": "^4.0.7",
25+
"@graphql-codegen/typescript-operations": "^4.2.1",
26+
"@graphql-codegen/gql-tag-operations": "4.0.7",
27+
"@graphql-codegen/plugin-helpers": "^5.0.4",
28+
"@graphql-codegen/visitor-plugin-common": "^5.2.0",
2929
"@graphql-typed-document-node/core": "3.2.0",
3030
"@graphql-tools/documents": "^1.0.0",
3131
"@graphql-tools/utils": "^10.0.0",

packages/presets/graphql-modules/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/graphql-modules-preset
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431), [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e)]:
8+
- @graphql-codegen/plugin-helpers@5.0.4
9+
- @graphql-codegen/visitor-plugin-common@5.2.0
10+
311
## 4.0.6
412

513
### Patch Changes

packages/presets/graphql-modules/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/graphql-modules-preset",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "GraphQL Code Generator preset for modularized schema",
55
"repository": {
66
"type": "git",
@@ -15,8 +15,8 @@
1515
"@types/parse-filepath": "1.0.2"
1616
},
1717
"dependencies": {
18-
"@graphql-codegen/plugin-helpers": "^5.0.3",
19-
"@graphql-codegen/visitor-plugin-common": "5.1.0",
18+
"@graphql-codegen/plugin-helpers": "^5.0.4",
19+
"@graphql-codegen/visitor-plugin-common": "5.2.0",
2020
"@graphql-tools/utils": "^10.0.0",
2121
"parse-filepath": "^1.0.2",
2222
"change-case-all": "1.0.15",

packages/utils/plugins-helpers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/plugin-helpers
22

3+
## 5.0.4
4+
5+
### Patch Changes
6+
7+
- [#9961](https://github.com/dotansimha/graphql-code-generator/pull/9961) [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e) Thanks [@eddeee888](https://github.com/eddeee888)! - Update plugin output type to allow option `meta` field
8+
39
## 5.0.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)