File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed
usage-with-near-operation-file-preset
packages/graphql-codegen-factories Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- - Add default value for factories overrides in the schema plugin
5+ ## 1.0.0 - 2022-05-07
6+
7+ ### Added
8+
9+ - Add a plugin that generates factories for operations
10+
11+ ### Changed
12+
13+ - Add default value for factories overrides
614
715## 1.0.0-beta.4 - 2022-04-24
816
Original file line number Diff line number Diff line change 1414 "@graphql-codegen/typescript-operations" : " ^2.3.7" ,
1515 "@tsconfig/recommended" : " ^1.0.1" ,
1616 "graphql" : " ^16.3.0" ,
17- "graphql-codegen-factories" : " 1.0.0-beta.4 " ,
17+ "graphql-codegen-factories" : " 1.0.0" ,
1818 "typescript" : " ^4.6.3"
1919 }
2020}
Original file line number Diff line number Diff line change 1414 "@graphql-codegen/typescript-operations" : " ^2.3.7" ,
1515 "@tsconfig/recommended" : " ^1.0.1" ,
1616 "graphql" : " ^16.3.0" ,
17- "graphql-codegen-factories" : " 1.0.0-beta.4 " ,
17+ "graphql-codegen-factories" : " 1.0.0" ,
1818 "typescript" : " ^4.6.3"
1919 }
2020}
Original file line number Diff line number Diff line change 1515 "@graphql-codegen/typescript" : " ^2.4.8" ,
1616 "@tsconfig/recommended" : " ^1.0.1" ,
1717 "graphql" : " ^16.3.0" ,
18- "graphql-codegen-factories" : " 1.0.0-beta.4 " ,
18+ "graphql-codegen-factories" : " 1.0.0" ,
1919 "typescript" : " ^4.6.3"
2020 }
2121}
Original file line number Diff line number Diff line change 1515 "@graphql-codegen/typescript-operations" : " ^2.3.5" ,
1616 "@tsconfig/recommended" : " ^1.0.1" ,
1717 "graphql" : " ^16.3.0" ,
18- "graphql-codegen-factories" : " 1.0.0-beta.4 " ,
18+ "graphql-codegen-factories" : " 1.0.0" ,
1919 "typescript" : " ^4.6.3"
2020 }
2121}
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-codegen-factories" ,
3- "version" : " 1.0.0-beta.4 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " graphql-codegen plugin to generate factories" ,
55 "keywords" : [
66 " graphql" ,
You can’t perform that action at this time.
0 commit comments