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