apex-query-builder
apex-query-builder copied to clipboard
Name field in sub-query is removed
create a simple query select id, name from account
add a sub query to an object which also has Name as a field ( Id, Name from xxx__r )
expect both sobjects to have name field returned observed the Name field is removed from the subquery