leto icon indicating copy to clipboard operation
leto copied to clipboard

Differentiate between null and undefined

Open tigloo opened this issue 1 year ago • 0 comments

In a mutation I need to be able to differentiate whether a parameter was passed with a null value or whether the client didn't send it at all. Since Leto only provides the final deserialized input type, it seems like there's no possibility to detect the difference anymore.

Is there a way to achieve this?

tigloo avatar Feb 01 '24 19:02 tigloo