You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
431 B
22 lines
431 B
overwrite: true
|
|
schema: ''
|
|
documents: src/api/operations/**/*.graphql
|
|
generates:
|
|
src/types/index.tsx:
|
|
plugins:
|
|
- typescript
|
|
src/:
|
|
preset:
|
|
near-operation-file
|
|
presetConfig:
|
|
extension: .tsx
|
|
baseTypesPath: types
|
|
plugins:
|
|
- typescript-operations
|
|
- typescript-react-apollo
|
|
config:
|
|
withComponent: false
|
|
withHOC: false
|
|
withHooks: true
|
|
config:
|
|
typesPrefix: T
|
|
|