aboutsummaryrefslogtreecommitdiffstats
path: root/webui/codegen.yaml
diff options
context:
space:
mode:
authorQuentin Gliech <quentingliech@gmail.com>2020-01-21 21:01:51 +0100
committerQuentin Gliech <quentingliech@gmail.com>2020-01-21 21:01:51 +0100
commit5374a74ecbd6a41719371b457ca1f876868c54c8 (patch)
tree348f1ca3c7469fe8c2a9c6ecd69ce0ef6b55b9b5 /webui/codegen.yaml
parentead3fdd07489c8945ecbd7de6675c4fd49c2877e (diff)
downloadgit-bug-5374a74ecbd6a41719371b457ca1f876868c54c8.tar.gz
webui: use the IntrospectionFragmentMatcher & update dependencies
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