1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-08 17:26:59 +00:00

Updated codegen setup in bigcommerce

This commit is contained in:
LFades 2022-01-16 22:50:01 -05:00
parent d78e809cfc
commit e592dfea03
3 changed files with 3 additions and 3 deletions

@ -8,16 +8,16 @@
},
"documents": [
{
"./framework/bigcommerce/api/**/*.ts": {
"./src/api/**/*.ts": {
"noRequire": true
}
}
],
"generates": {
"./framework/bigcommerce/schema.d.ts": {
"./schema.d.ts": {
"plugins": ["typescript", "typescript-operations"]
},
"./framework/bigcommerce/schema.graphql": {
"./schema.graphql": {
"plugins": ["schema-ast"]
}
},