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

View File

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