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.
2 parents 14b4166 + 641311f commit 0281ae1Copy full SHA for 0281ae1
package.json
@@ -11,10 +11,12 @@
11
"author": "Surma <[email protected]>",
12
"license": "Apache-2.0",
13
"dependencies": {
14
- "@graphql-codegen/cli": "^2.13.7",
15
- "@graphql-codegen/typescript": "^2.8.0",
16
- "@graphql-codegen/typescript-operations": "^2.5.5",
17
"graphql": "^16.6.0",
18
"typescript": "^4.8.4"
+ },
+ "devDependencies": {
+ "@graphql-codegen/cli": "^2.13.7",
19
+ "@graphql-codegen/typescript": "^2.8.0",
20
+ "@graphql-codegen/typescript-operations": "^2.5.5"
21
}
22
0 commit comments