I can update a row!

This commit is contained in:
Ben Miller
2024-11-16 04:51:23 -07:00
parent ca48bb6572
commit 6dd205dcbb
4 changed files with 73 additions and 7 deletions

View File

@ -12,8 +12,14 @@
"devDependencies": {
"@types/google-apps-script": "^1.0.85",
"gas-webpack-plugin": "^2.6.0",
"graphql-tag": "^2.12.6",
"shopify-admin-api-typings": "^1.2.2",
"ts-loader": "^9.5.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"graphql": {
"schema": "https://localhost:3001/graphql",
"documents": "**/*.{graphql,js,ts,jsx,tsx}"
}
}