joarwilk / gql2flow

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

whitelist types additional to ignore types #14

Closed dohomi closed 7 years ago

dohomi commented 7 years ago

Hi,

I'm using a graph.cool backend and there I have tons of types I would like to ignore. In my case it makes more sense to choose which types should be generated, not ignored. Any thought?

joarwilk commented 7 years ago

Thanks for the suggestion, I added this in the latest release (0.4.0) with the --whitelist flag.