2020-04-10 05:27:57 +02:00
|
|
|
overwrite: true
|
|
|
|
schema:
|
2021-10-31 00:20:41 +02:00
|
|
|
- '../internal/graph/schema/*.gql'
|
2020-06-19 01:12:15 +02:00
|
|
|
documents:
|
|
|
|
- 'src/shared/graphql/*.graphqls'
|
|
|
|
- 'src/shared/graphql/**/*.ts'
|
2020-04-10 05:27:57 +02:00
|
|
|
generates:
|
|
|
|
src/shared/generated/graphql.tsx:
|
|
|
|
plugins:
|
|
|
|
- 'typescript'
|
|
|
|
- 'typescript-operations'
|
|
|
|
- 'typescript-react-apollo'
|
|
|
|
config:
|
|
|
|
withHOC: false
|
|
|
|
withComponent: false
|
|
|
|
withHooks: true
|
|
|
|
scalars:
|
|
|
|
UUID: string
|