aboutsummaryrefslogtreecommitdiffstats
path: root/webui/codegen.yaml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-01-21 21:05:58 +0100
committerGitHub <noreply@github.com>2020-01-21 21:05:58 +0100
commit00b1bd04347570f42492f9ce48b7d2093f14a657 (patch)
tree348f1ca3c7469fe8c2a9c6ecd69ce0ef6b55b9b5 /webui/codegen.yaml
parentead3fdd07489c8945ecbd7de6675c4fd49c2877e (diff)
parent5374a74ecbd6a41719371b457ca1f876868c54c8 (diff)
downloadgit-bug-00b1bd04347570f42492f9ce48b7d2093f14a657.tar.gz
Merge pull request #298 from MichaelMure/webui/gql-fragment-matcher
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