mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 06:52:32 +00:00
28 lines
530 B
JSON
28 lines
530 B
JSON
{
|
|
"schema": {
|
|
"https://buybutton.store/graphql": {
|
|
"headers": {
|
|
"Authorization": "Bearer xzy"
|
|
}
|
|
}
|
|
},
|
|
"documents": [
|
|
{
|
|
"./framework/bigcommerce/api/**/*.ts": {
|
|
"noRequire": true
|
|
}
|
|
}
|
|
],
|
|
"generates": {
|
|
"./framework/bigcommerce/schema.d.ts": {
|
|
"plugins": ["typescript", "typescript-operations"]
|
|
},
|
|
"./framework/bigcommerce/schema.graphql": {
|
|
"plugins": ["schema-ast"]
|
|
}
|
|
},
|
|
"hooks": {
|
|
"afterAllFileWrite": ["prettier --write"]
|
|
}
|
|
}
|