prismake / typegql

Create GraphQL schema with TypeScript classes.
https://prismake.github.io/typegql/
MIT License
423 stars 21 forks source link

Falsy values are being treated as `null` #56

Open jdolle opened 6 years ago

jdolle commented 6 years ago

I've noticed a couple situations that return null rather than the expected value...

It seems to me that any falsy value is being resolved as null.