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