Optional validator in mutation not working for one attribute but fine for others
I'm not sure what I'm doing wrong on this mutation, I consistently get an error on the
logoStorageId
when I am calling it when the value is null. None of the other optional validators are giving me grief, just this one : This is the error, it's behaving as if it's not optional for some reason : Because there's no way to actually step through this code (is there??) I can't actually see where precisely it is going wrong. Any help would be appreciated - thank you!2 Replies
null
is a value. Ensure its undefined
thanks!