overwrite: true schema: 'http://localhost:3000/api/v1' documents: 'src/graphql/**/*.ts' generates: src/graphql/types.ts: - typescript src/graphql/: preset: near-operation-file presetConfig: baseTypesPath: types.ts extension: .generated.tsx folder: __generated__ config: withComponent: false withHOC: false withHooks: true plugins: - 'typescript-operations' - 'typescript-react-apollo'