portal-www
Version:
Nova Portal Website. Based on Next starter by Ueno
23 lines (22 loc) • 470 B
YAML
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