mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 16:36:59 +00:00
34 lines
716 B
JSON
34 lines
716 B
JSON
{
|
|
"schema": {
|
|
"https://master.staging.saleor.cloud/graphql/": {}
|
|
},
|
|
"documents": [
|
|
{
|
|
"./framework/saleor/utils/queries/get-all-products-query.ts": {
|
|
"noRequire": true
|
|
}
|
|
},
|
|
{
|
|
"./framework/saleor/utils/queries/get-all-products-paths-query.ts": {
|
|
"noRequire": true
|
|
}
|
|
},
|
|
{
|
|
"./framework/saleor/utils/queries/get-products.ts": {
|
|
"noRequire": true
|
|
}
|
|
}
|
|
],
|
|
"generates": {
|
|
"./framework/saleor/schema.d.ts": {
|
|
"plugins": ["typescript", "typescript-operations"]
|
|
},
|
|
"./framework/saleor/schema.graphql": {
|
|
"plugins": ["schema-ast"]
|
|
}
|
|
},
|
|
"hooks": {
|
|
"afterAllFileWrite": ["prettier --write"]
|
|
}
|
|
}
|