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
Following up from #5 the gateway will omit zero values unless emit_unpopulated is set to true. Even then, there may be cases where a client expects a field that isn't sent by the server.
It would be nice for the model layer to handle coercion to the zero-type, so application code doesn't need to explicitly check for undefined.
The text was updated successfully, but these errors were encountered:
Following up from #5 the gateway will omit zero values unless
emit_unpopulated
is set to true. Even then, there may be cases where a client expects a field that isn't sent by the server.It would be nice for the model layer to handle coercion to the zero-type, so application code doesn't need to explicitly check for
undefined
.The text was updated successfully, but these errors were encountered: