File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
packages/plugins/typescript/react-apollo Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @graphql-codegen/typescript-react-apollo
22
3+ ## 4.3.0
4+
5+ ### Minor Changes
6+
7+ - [ #620 ] ( https://github.com/dotansimha/graphql-code-generator-community/pull/620 )
8+ [ ` 3e2c8de ` ] ( https://github.com/dotansimha/graphql-code-generator-community/commit/3e2c8de259d2fcb5330c4427a2404375aeb7cec1 )
9+ Thanks [ @tomaskukk ] ( https://github.com/tomaskukk ) ! - Improved type-safety: when a query contains
10+ required variables, passing the variables object to the useQuery hook is enforced
11+
312## 4.2.0
413
514### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-codegen/typescript-react-apollo" ,
3- "version" : " 4.2 .0" ,
3+ "version" : " 4.3 .0" ,
44 "type" : " module" ,
55 "description" : " GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments