commerce/codegen.json
Loan Laux 09249045eb
Add Reaction Commerce provider
Signed-off-by: Loan Laux <loan@outgrow.io>
2021-03-30 20:07:48 +04:00

19 lines
378 B
JSON

{
"schema": {
"http://localhost:3000/graphql": {
"headers": {}
}
},
"generates": {
"./framework/reactioncommerce/schema.d.ts": {
"plugins": ["typescript", "typescript-operations"]
},
"./framework/reactioncommerce/schema.graphql": {
"plugins": ["schema-ast"]
}
},
"hooks": {
"afterAllFileWrite": ["prettier --write"]
}
}