Closed jacobk closed 7 years ago
If an interface description is set to null
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.
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.