File tree 3 files changed +409
-572
lines changed
3 files changed +409
-572
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ generates:
7
7
noNamespaces : true
8
8
plugins :
9
9
- add : /* tslint:disable */
10
- - typescript-common
11
- - typescript-server
10
+ - typescript
12
11
- typescript-resolvers
12
+ - typescript-operations
Original file line number Diff line number Diff line change 33
33
"@accounts/types" : " ^0.19.0" ,
34
34
"@gql2ts/from-schema" : " 1.10.1" ,
35
35
"@gql2ts/types" : " 1.9.0" ,
36
+ "@graphql-codegen/add" : " ^1.6.1" ,
37
+ "@graphql-codegen/cli" : " ^1.6.1" ,
38
+ "@graphql-codegen/typescript" : " ^1.6.1" ,
39
+ "@graphql-codegen/typescript-operations" : " ^1.6.1" ,
40
+ "@graphql-codegen/typescript-resolvers" : " ^1.6.1" ,
41
+ "@graphql-codegen/typescript-type-graphql" : " ^1.6.1" ,
36
42
"@graphql-modules/core" : " 0.7.10" ,
37
43
"@types/jest" : " 24.0.18" ,
38
44
"@types/request-ip" : " 0.0.34" ,
39
45
"concurrently" : " 4.1.2" ,
40
46
"graphql" : " 14.5.3" ,
41
- "graphql-code-generator" : " 0.18.2" ,
42
- "graphql-codegen-add" : " 0.18.2" ,
43
- "graphql-codegen-typescript-common" : " 0.18.2" ,
44
- "graphql-codegen-typescript-resolvers" : " 0.18.2" ,
45
- "graphql-codegen-typescript-server" : " 0.18.2" ,
46
47
"graphql-tools" : " 4.0.5" ,
47
48
"jest" : " 24.9.0" ,
48
49
"lodash" : " 4.17.15" ,
You can’t perform that action at this time.
0 commit comments