joarwilk / gql2flow

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

Support custom scalars with --typeMap argument #26

Closed insidewhy closed 7 years ago

insidewhy commented 7 years ago

Fixes #23

gql2flow --typeMap Date:Date http://blah

insidewhy commented 7 years ago

--typeMap can be specified multiple times