diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2020-01-21 21:01:51 +0100 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2020-01-21 21:01:51 +0100 |
commit | 5374a74ecbd6a41719371b457ca1f876868c54c8 (patch) | |
tree | 348f1ca3c7469fe8c2a9c6ecd69ce0ef6b55b9b5 /webui/codegen.yaml | |
parent | ead3fdd07489c8945ecbd7de6675c4fd49c2877e (diff) | |
download | git-bug-5374a74ecbd6a41719371b457ca1f876868c54c8.tar.gz |
webui: use the IntrospectionFragmentMatcher & update dependencies
Diffstat (limited to 'webui/codegen.yaml')
-rw-r--r-- | webui/codegen.yaml | 8 |
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 |