joarwilk / gql2flow

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

Generate flow typings for input types #25

Closed insidewhy closed 7 years ago

insidewhy commented 7 years ago

Fixes #21

Not sure why they were being specifically excluded, it's very useful to be able to access input types. You could have a flag to enable them, but not sure why anyone would want to disable them.

insidewhy commented 7 years ago

@joarwilk Could you push a new release with these changes? We're using gql2flow at BulbEnergy now and would prefer to depend on the official release rather than our fork.

joarwilk commented 7 years ago

@ohjames Done 🤝