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
For instance, a query for Employments that includes expand: 'employee' will produce a result like (note: sample data!) because the type of employee goes from a string in normal usage to an object
For instance, a query for Employments that includes
expand: 'employee'
will produce a result like (note: sample data!) because the type of employee goes from a string in normal usage to an objectNote that employee is a string representation of a Ruby object. The issue is in _deserialize where the type of the employee field is a string. This leads to the hash being converted into a string.
The text was updated successfully, but these errors were encountered: