File tree Expand file tree Collapse file tree
plugins/typescript/resolvers Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "@graphql-codegen/core" : " 6.0.0" ,
14- "@graphql-codegen/plugin-helpers" : " 7.0.0 " ,
14+ "@graphql-codegen/plugin-helpers" : " 7.0.1 " ,
1515 "@graphql-codegen/typed-document-node" : " 7.0.0" ,
1616 "@graphql-codegen/typescript" : " 6.0.1" ,
1717 "@graphql-codegen/typescript-operations" : " 6.0.2" ,
18- "@graphql-codegen/typescript-resolvers" : " 6.0.0 " ,
18+ "@graphql-codegen/typescript-resolvers" : " 6.0.1 " ,
1919 "@graphql-tools/graphql-file-loader" : " ^8.1.12" ,
2020 "@graphql-tools/load" : " 8.1.10" ,
2121 "@graphql-tools/schema" : " 10.0.33" ,
Original file line number Diff line number Diff line change 1717 "devDependencies" : {
1818 "@graphql-codegen/cli" : " 7.0.0" ,
1919 "@graphql-codegen/typescript" : " 6.0.1" ,
20- "@graphql-codegen/typescript-resolvers" : " 6.0.0 "
20+ "@graphql-codegen/typescript-resolvers" : " 6.0.1 "
2121 },
2222 "bob" : false
2323}
Original file line number Diff line number Diff line change 11# @graphql-codegen/typescript-resolvers
22
3+ ## 6.0.1
4+
5+ ### Patch Changes
6+
7+ - [ #10797 ] ( https://github.com/dotansimha/graphql-code-generator/pull/10797 )
8+ [ ` 6ed420a ` ] ( https://github.com/dotansimha/graphql-code-generator/commit/6ed420a4c12f810b3b610cd2baad161ec96bde56 )
9+ Thanks [ @eddeee888 ] ( https://github.com/eddeee888 ) ! - Fix FederationTypes not having typesPrefix
10+ and typesSuffix applied
11+
12+ - Updated dependencies
13+ [[ ` 6ed420a ` ] ( https://github.com/dotansimha/graphql-code-generator/commit/6ed420a4c12f810b3b610cd2baad161ec96bde56 )] :
14+ - @graphql-codegen/plugin-helpers @7.0.1
15+
316## 6.0.0
417
518### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-codegen/typescript-resolvers" ,
3- "version" : " 6.0.0 " ,
3+ "version" : " 6.0.1 " ,
44 "type" : " module" ,
55 "description" : " GraphQL Code Generator plugin for generating TypeScript types for resolvers signature" ,
66 "repository" : {
4646 }
4747 },
4848 "dependencies" : {
49- "@graphql-codegen/plugin-helpers" : " ^7.0.0 " ,
49+ "@graphql-codegen/plugin-helpers" : " ^7.0.1 " ,
5050 "@graphql-codegen/typescript" : " ^6.0.0" ,
5151 "@graphql-codegen/visitor-plugin-common" : " ^7.0.0" ,
5252 "@graphql-tools/utils" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 11# @graphql-codegen/plugin-helpers
22
3+ ## 7.0.1
4+
5+ ### Patch Changes
6+
7+ - [ #10797 ] ( https://github.com/dotansimha/graphql-code-generator/pull/10797 )
8+ [ ` 6ed420a ` ] ( https://github.com/dotansimha/graphql-code-generator/commit/6ed420a4c12f810b3b610cd2baad161ec96bde56 )
9+ Thanks [ @eddeee888 ] ( https://github.com/eddeee888 ) ! - Fix FederationTypes not having typesPrefix
10+ and typesSuffix applied
11+
312## 7.0.0
413
514### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-codegen/plugin-helpers" ,
3- "version" : " 7.0.0 " ,
3+ "version" : " 7.0.1 " ,
44 "type" : " module" ,
55 "description" : " GraphQL Code Generator common utils and types" ,
66 "repository" : {
Original file line number Diff line number Diff line change 4747 "@graphql-codegen/typescript-operations" : " 6.0.2" ,
4848 "@graphql-codegen/typescript-react-apollo" : " 4.4.2" ,
4949 "@graphql-codegen/typescript-react-query" : " 4.1.0" ,
50- "@graphql-codegen/typescript-resolvers" : " 6.0.0 " ,
50+ "@graphql-codegen/typescript-resolvers" : " 6.0.1 " ,
5151 "@graphql-codegen/typescript-rtk-query" : " 4.0.1" ,
5252 "@graphql-codegen/typescript-stencil-apollo" : " 4.0.1" ,
5353 "@graphql-codegen/typescript-type-graphql" : " 3.0.1" ,
You can’t perform that action at this time.
0 commit comments