parent
3fb655dd13
commit
529181c021
@ -0,0 +1,22 @@ |
|||||||
|
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 |
||||||
Loading…
Reference in new issue