Closed ChuckJonas closed 3 years ago
If you run query with a parent relationship:
SELECT Owner.Id, Owner.Name FROM Account LIMIT 1
And that parent (Owner in this case) is null, ts-force will currently initialize an empty User RestObject.
Owner
null
User
Instead we should treat this as null!
If you run query with a parent relationship:
And that parent (
Owner
in this case) isnull
, ts-force will currently initialize an emptyUser
RestObject.Instead we should treat this as
null
!