Closed gajus closed 7 years ago
I'd like to use the generated Flow types in my resolvers. Resolvers do not return __typename field; it is an internal field. Whats the reason for including it in the output?
__typename
It would be at least nice to have an option to exclude it.
I agree, __typename shouldnt be there. Removed in latest version (0.4.0)
I'd like to use the generated Flow types in my resolvers. Resolvers do not return
__typename
field; it is an internal field. Whats the reason for including it in the output?