Chloe ce31d86352 Finish get-all-products operators
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2022-04-26 16:45:05 +07:00

26 lines
461 B
JSON

{
"overwrite": true,
"schema": "http://localhost:3000/graphql",
"documents": [
{
"./src/api/**/*.ts": {
"noRequire": true
}
}
],
"generates": {
"./schema.d.ts": {
"plugins": ["typescript", "typescript-operations"],
"config": {
"avoidOptionals": true
}
},
"./schema.graphql": {
"plugins": ["schema-ast"]
}
},
"hooks": {
"afterAllFileWrite": ["prettier --write"]
}
}