John Joyce 29832e5385
feat(Product Analytics): Introducing In-App Analytics Beta (#2499)
Co-authored-by: Harshal Sheth <harshal@acryl.io>
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
2021-05-11 15:41:42 -07:00

27 lines
680 B
YAML

overwrite: true
schema:
- '../datahub-graphql-core/src/main/resources/gms.graphql'
- '../datahub-frontend/conf/datahub-frontend.graphql'
config:
scalars:
Long: number
documents:
- 'src/**/*.graphql'
generates:
src/types.generated.ts:
plugins:
- 'typescript'
src/:
preset: near-operation-file
presetConfig:
extension: '.generated.ts'
baseTypesPath: types.generated.ts
plugins:
- 'typescript-operations'
- 'typescript-react-apollo'
- add:
content: '/* eslint-disable */'
hooks:
afterAllFileWrite:
- prettier --write