4
0
forked from crowetic/commerce

Added .graphql schema

This commit is contained in:
Luis Alvarez 2020-09-29 23:35:41 -05:00
parent 13be639ef2
commit c71d400142
4 changed files with 1542 additions and 0 deletions

View File

@ -16,6 +16,9 @@
"generates": {
"./lib/bigcommerce/schema.d.ts": {
"plugins": ["typescript", "typescript-operations"]
},
"./lib/bigcommerce/schema.graphql": {
"plugins": ["schema-ast"]
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^1.17.10",
"@graphql-codegen/schema-ast": "^1.17.8",
"@graphql-codegen/typescript": "^1.17.10",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@types/node": "^14.11.2",

View File

@ -1148,6 +1148,15 @@
tslib "~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":
version "1.17.8"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.8.tgz#17c811c7a719df56fec0878f00b2b7449fb45165"