mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 16:36:59 +00:00
22 lines
436 B
JSON
22 lines
436 B
JSON
{
|
|
"schema": {
|
|
"http://localhost:3000/graphql": {
|
|
"headers": {}
|
|
}
|
|
},
|
|
"generates": {
|
|
"./framework/reactioncommerce/schema.d.ts": {
|
|
"plugins": ["typescript", "typescript-operations"],
|
|
"config": {
|
|
"avoidOptionals": true
|
|
}
|
|
},
|
|
"./framework/reactioncommerce/schema.graphql": {
|
|
"plugins": ["schema-ast"]
|
|
}
|
|
},
|
|
"hooks": {
|
|
"afterAllFileWrite": ["prettier --write"]
|
|
}
|
|
}
|