You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think, by default, we must serialize and deserialize nulls in any way. We have a case when we use serialization for graphql mutations and nulls have matter here. Please check master...breslavsky:master
Primitives with null values are not presented in serialized object
Question is here https://github.com/AndreyZelenskiy/serialize/blob/master/src/serializers/field.utils.ts
Perhaps remove
obj !== null
?The text was updated successfully, but these errors were encountered: