aboutsummaryrefslogblamecommitdiffstats
path: root/webui/codegen.yaml
blob: 3cbcfb09ebe6fdf49197adafc845a1d8532b5c57 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                     
                           





                         





















                                
schema: '../graphql/schema/*.graphql'
overwrite: true
documents: src/**/*.graphql
generates:
  ./src/fragmentTypes.js:
    plugins:
    - fragment-matcher
    config:
      module: es2015
  ./src/gqlTypes.ts:
    plugins:
    - typescript
  ./src/:
    plugins:
    - typescript-operations
    - typescript-react-apollo
    preset: near-operation-file
    presetConfig:
      extension: .generated.tsx
      baseTypesPath: gqlTypes.ts
    config:
      withComponent: false
      withHOC: false
      withHooks: true

config:
  documentMode: documentNode

hooks:
  afterOneFileWrite:
  - prettier --write