Closed mridang closed 1 year ago
You can receive a HashMap in the constructor which contains your arguments. Then if the argument name exists as a key in the hashmap, you know it's defined (and null in that matter)
Hi @mridang ,
We're helping with project maintenance and reviewing the list of opened PRs and Issues.
This issue was created quite a while ago, we were wondering if you were still interested in the outcome, please let us know if this is the case.
Without an answer by July 1st, 2023, this issue will be closed as "inactive" (and can always be re-opened later on if needed).
Thanks,
How can I distinguish in java graphQL if a parameter was explicitly set to null, or if it was not provided at all?
How can I differentiate between
name
beingnull
vs.name
being omitted? Here's my bean: