aboutsummaryrefslogtreecommitdiffstats
path: root/webui/codegen.yaml
blob: 8412b042ecbdbf8853d3b605803a35d10ee90dea (plain) (blame)
1
2
3
4
5
6
7
8
schema: '../graphql/schema/*.graphql'
overwrite: true
generates:
  ./src/fragmentTypes.js:
    plugins:
    - fragment-matcher
    config:
      module: es2015