2021-03-31 00:20:44 -05: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"]
}
}