glesys / butler-graphql

An opinionated GraphQL package for Laravel.
MIT License
34 stars 5 forks source link

fix: resolve Boolean values correctly #17

Closed wecc closed 5 years ago

wecc commented 5 years ago

When resolving Boolean values from arrays or objects false was incorrectly filtered out, resulting in a null value instead.