2021-01-17 12:54:49 -08:00
|
|
|
overwrite: true
|
2021-02-09 14:30:23 -08:00
|
|
|
schema:
|
2021-09-22 17:30:15 -07:00
|
|
|
- '../datahub-graphql-core/src/main/resources/app.graphql'
|
|
|
|
- '../datahub-graphql-core/src/main/resources/entity.graphql'
|
|
|
|
- '../datahub-graphql-core/src/main/resources/search.graphql'
|
2021-08-20 10:58:07 -07:00
|
|
|
- '../datahub-graphql-core/src/main/resources/analytics.graphql'
|
2021-10-26 21:23:08 -07:00
|
|
|
- '../datahub-graphql-core/src/main/resources/recommendation.graphql'
|
2021-11-22 16:33:14 -08:00
|
|
|
- '../datahub-graphql-core/src/main/resources/auth.graphql'
|
2022-01-27 10:33:12 -08:00
|
|
|
- '../datahub-graphql-core/src/main/resources/ingestion.graphql'
|
2022-05-02 17:28:47 -07:00
|
|
|
- '../datahub-graphql-core/src/main/resources/timeline.graphql'
|
2022-05-25 08:55:08 -07:00
|
|
|
- '../datahub-graphql-core/src/main/resources/tests.graphql'
|
2022-12-07 16:21:55 -08:00
|
|
|
- '../datahub-graphql-core/src/main/resources/step.graphql'
|
2022-12-20 10:54:08 -05:00
|
|
|
- '../datahub-graphql-core/src/main/resources/lineage.graphql'
|
2021-01-17 12:54:49 -08:00
|
|
|
config:
|
|
|
|
scalars:
|
|
|
|
Long: number
|
|
|
|
documents:
|
|
|
|
- 'src/**/*.graphql'
|
|
|
|
generates:
|
|
|
|
src/types.generated.ts:
|
|
|
|
plugins:
|
|
|
|
- 'typescript'
|
2023-11-06 21:34:17 -05:00
|
|
|
src/possibleTypes.generated.ts:
|
|
|
|
plugins:
|
|
|
|
- 'fragment-matcher'
|
2021-01-17 12:54:49 -08:00
|
|
|
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
|