We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670d47 commit f3e0536Copy full SHA for f3e0536
packages/graphql-api/package.json
@@ -48,7 +48,8 @@
48
"jest": "24.9.0",
49
"lodash": "4.17.15",
50
"nock": "10.0.6",
51
- "ts-node": "8.3.0"
+ "ts-node": "8.3.0",
52
+ "typescript": "^3.5.3"
53
},
54
"peerDependencies": {
55
"@accounts/password": "^0.9.3",
@@ -62,5 +63,8 @@
62
63
"graphql-toolkit": "^0.5.10",
64
"request-ip": "2.1.3",
65
"tslib": "1.10.0"
66
+ },
67
+ "optionalDependencies": {
68
+ "type-graphql": "^0.17.5"
69
}
70
0 commit comments