overwrite: true
schema: 
  - http://localhost:4000/graphql
  - ./src/state/**/*.graphql
documents: './src/**/*.{tsx,ts,graphql}'
generates:
  src/generated/graphql/types.tsx:
    plugins:
      - typescript
      - typescript-operations
      - typescript-react-apollo
    config:
      withHooks: true
      withHOC: false
      withComponent: false
