typescript type generations from graphql

This commit is contained in:
Xetera
2019-07-27 00:14:02 -07:00
parent 7f7e713f9f
commit fd43a02f8d
5 changed files with 3926 additions and 20 deletions
+8
View File
@@ -0,0 +1,8 @@
overwrite: true
schema: "http://localhost:8000/___graphql"
documents: "src/**/*.graphql"
generates:
src/generated/graphql.ts:
plugins:
- "typescript"
- "typescript-operations"