I had a problem saving the null values in the mutations. Is it possible to implement functionality to get_argument_values function could distinguish passed null value and not passed value?
I think it can be implemented similar to the executor.ececute_fields using Undefined.
I had a problem saving the null values in the mutations. Is it possible to implement functionality to
get_argument_valuesfunction could distinguish passed null value and not passed value?I think it can be implemented similar to the
executor.ececute_fieldsusing Undefined.