File tree Expand file tree Collapse file tree
packages/plugins/typescript/vue-urql Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @graphql-codegen/typescript-vue-urql
22
3+ ## 3.1.0
4+
5+ ### Minor Changes
6+
7+ - [ #494 ] ( https://github.com/dotansimha/graphql-code-generator-community/pull/494 )
8+ [ ` b79e1a0 ` ] ( https://github.com/dotansimha/graphql-code-generator-community/commit/b79e1a0f348d743b061f3d5f3cfae5636c504b35 )
9+ Thanks [ @mlesin ] ( https://github.com/mlesin ) ! - Generate explicit type for variables used in a
10+ subscription to work with urql v4 Possibly a breaking change - now it requires to define empty
11+ object for variables argument if no variables are used in subscription
12+
313## 3.0.0
414
515### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-codegen/typescript-vue-urql" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
44 "type" : " module" ,
55 "description" : " GraphQL Code Generator plugin for generating ready-to-use Vue-Urql composition functions based on GraphQL operations" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments