overwrite: true
schema: 'http://localhost:7979/graphql'
documents: 'src/**/*'
generates:
  src/typings/graphql.tsx:
    config:
      noNamespaces: true
      strict: true
      withComponent: false
      withHOC: false
      withHooks: true
      avoidOptionals:
        object: true
      scalars:
        Date: Date
    plugins:
      - 'typescript'
      - 'typescript-operations'
      - 'typescript-react-apollo'
hooks:
  afterAllFileWrite:
    - prettier --write
