joarwilk / gql2flow

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

Missing interface description generates `null` in output #9

Closed jacobk closed 7 years ago

jacobk commented 7 years ago

If an interface description is set to null

https://github.com/joarwilk/gql2flow/blob/master/util/interface.js#L37

will output the literal string null since it's returned inside the string literal.