mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
23 lines
502 B
JSON
23 lines
502 B
JSON
{
|
|
"schema": {
|
|
"https://t17194-s21127.dev10.kubedev.kibo-dev.com/graphql": {}
|
|
},
|
|
|
|
"generates": {
|
|
"./framework/kibocommerce/schema.d.ts": {
|
|
"plugins": ["typescript", "typescript-operations"],
|
|
"config": {
|
|
"scalars": {
|
|
"ID": "string"
|
|
}
|
|
}
|
|
},
|
|
"./framework/kibocommerce/schema.graphql": {
|
|
"plugins": ["schema-ast"]
|
|
}
|
|
},
|
|
"hooks": {
|
|
"afterAllFileWrite": ["prettier --write"]
|
|
}
|
|
}
|
|
|