aboutsummaryrefslogtreecommitdiffstats
path: root/webui/codegen.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'webui/codegen.yaml')
-rw-r--r--webui/codegen.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/webui/codegen.yaml b/webui/codegen.yaml
new file mode 100644
index 00000000..8412b042
--- /dev/null
+++ b/webui/codegen.yaml
@@ -0,0 +1,8 @@
+schema: '../graphql/schema/*.graphql'
+overwrite: true
+generates:
+ ./src/fragmentTypes.js:
+ plugins:
+ - fragment-matcher
+ config:
+ module: es2015