forked from crowetic/commerce
Added .graphql schema
This commit is contained in:
parent
13be639ef2
commit
c71d400142
@ -16,6 +16,9 @@
|
|||||||
"generates": {
|
"generates": {
|
||||||
"./lib/bigcommerce/schema.d.ts": {
|
"./lib/bigcommerce/schema.d.ts": {
|
||||||
"plugins": ["typescript", "typescript-operations"]
|
"plugins": ["typescript", "typescript-operations"]
|
||||||
|
},
|
||||||
|
"./lib/bigcommerce/schema.graphql": {
|
||||||
|
"plugins": ["schema-ast"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1529
lib/bigcommerce/schema.graphql
Normal file
1529
lib/bigcommerce/schema.graphql
Normal file
File diff suppressed because it is too large
Load Diff
@ -20,6 +20,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@graphql-codegen/cli": "^1.17.10",
|
"@graphql-codegen/cli": "^1.17.10",
|
||||||
|
"@graphql-codegen/schema-ast": "^1.17.8",
|
||||||
"@graphql-codegen/typescript": "^1.17.10",
|
"@graphql-codegen/typescript": "^1.17.10",
|
||||||
"@graphql-codegen/typescript-operations": "^1.17.8",
|
"@graphql-codegen/typescript-operations": "^1.17.8",
|
||||||
"@types/node": "^14.11.2",
|
"@types/node": "^14.11.2",
|
||||||
|
@ -1148,6 +1148,15 @@
|
|||||||
tslib "~2.0.1"
|
tslib "~2.0.1"
|
||||||
upper-case "2.0.1"
|
upper-case "2.0.1"
|
||||||
|
|
||||||
|
"@graphql-codegen/schema-ast@^1.17.8":
|
||||||
|
version "1.17.8"
|
||||||
|
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-1.17.8.tgz#05bbeaecb127261eb595324c2f61ad5232b81613"
|
||||||
|
integrity sha512-tEY5KJdtdJq9kO7Dh9X0ScsFye+dR2wxOOvj4i62sELNntbiHQjo8WBkOCwLj/RUmrwoaaVxeys8Oa5yqwQ5QA==
|
||||||
|
dependencies:
|
||||||
|
"@graphql-codegen/plugin-helpers" "^1.17.8"
|
||||||
|
"@graphql-tools/utils" "^6.0.18"
|
||||||
|
tslib "~2.0.0"
|
||||||
|
|
||||||
"@graphql-codegen/typescript-operations@^1.17.8":
|
"@graphql-codegen/typescript-operations@^1.17.8":
|
||||||
version "1.17.8"
|
version "1.17.8"
|
||||||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.8.tgz#17c811c7a719df56fec0878f00b2b7449fb45165"
|
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.8.tgz#17c811c7a719df56fec0878f00b2b7449fb45165"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user