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 9a01588 commit 8829a59Copy full SHA for 8829a59
package.json
@@ -5,9 +5,18 @@
5
"devDependencies": {
6
"@iarna/toml": "^2.2.5",
7
"fast-glob": "^3.2.11",
8
- "liquidjs": "^9.37.0"
+ "liquidjs": "^9.37.0",
9
+ "@graphql-codegen/cli": "^3.2.2",
10
+ "@graphql-codegen/typescript": "^3.0.2",
11
+ "@graphql-codegen/typescript-operations": "^3.0.2",
12
+ "graphql": "^16.6.0"
13
},
14
"scripts": {
- "expand-liquid": "node ./util/expand-liquid.js"
- }
-}
15
+ "expand-liquid": "node ./util/expand-liquid.js",
16
+ "typegen": "yarn workspaces run graphql-code-generator --config package.json"
17
+ },
18
+ "private": true,
19
+ "workspaces": [
20
+ "*/javascript/**"
21
+ ]
22
+}
0 commit comments