Results 2 issues of Andrzej Sala

**What is the current behavior?** I would like to add flow typing for the following function: ``` export default function* segmentUploadSagas() { yield all([watchRecreateSegment(), watchUploadSegment()]); } ``` For function which...

## Description Add new option `preservePluginsTypes` to import-types preset to fix the problem with overriding own types located in the outcome file, with an unnecessary namespace prefix. Related (https://github.com/dotansimha/graphql-code-generator/issues/6909) ##...

waiting-for-answer