joarwilk / gql2flow

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

Option to generate types using `export` rather than `declare`. #22

Closed insidewhy closed 7 years ago

insidewhy commented 7 years ago

We want to be able to import types using import, not have every type globally declared.

pie6k commented 7 years ago

I think, there sould be notice about --export flag in README