walmartlabs / lacinia

GraphQL implementation in pure Clojure
http://lacinia.readthedocs.io/en/latest/
Other
1.82k stars 160 forks source link

::lacinia/null returned in unions instead of null #418

Closed yenda closed 2 years ago

yenda commented 2 years ago

Since lacinia 1.1 lacinia/null is returned in union types when a field is nil, which misleads clients.

A proposed fix: https://github.com/walmartlabs/lacinia/pull/416

hlship commented 2 years ago

Fixed in #416.