Closed chimon2000 closed 3 months ago
When attempting to use toMap I noticed that my API endpoints are failing. This is because the endpoints reject the additional _type that is injected into the map as the result of defining a record with nullable fields.
toMap
_type
Can you give me a reproducible example for this?
When attempting to use
toMap
I noticed that my API endpoints are failing. This is because the endpoints reject the additional_type
that is injected into the map as the result of defining a record with nullable fields.