joarwilk / gql2flow

Convert a GraphQL Schema to a flow definition
97 stars 24 forks source link

Module no longer forces export instead of declare #39

Open atmospherium opened 7 years ago

atmospherium commented 7 years ago

Ran into an issue where I needed child elements of a module to use declare. Removed the conditional check for moduleName in the export/declare toggle.