graphql

vasea 2019-05-24T14:51:28.002600Z

Hi all. Recently I've upgraded from lacinia 0.29.0 to lacinia 0.33.0. Since the upgrade, lacinia says

Exception applying arguments to field `AAAA': For argument `BBB', no value provided for non-nullable key `CCC' of input object `DDD'."
when I pass an empty object {} for the key CCC. I don't understand why lacinia thinks that {} is null. Is this a bug in lacinia?

hlship 2019-05-24T15:48:35.004Z

Could be a bug. We ften when i see a bug report like this I know almost immediately what the cause is ... not this time.