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
In the above example, each parent-level field has to have the chain of fields passed to a constructor for SOQL.QueryField() - it'd be nice if some of the field chain could be reused so Apex devs can write less code to get the same functionality.
The text was updated successfully, but these errors were encountered:
With the current implementation, if you want to query multiple fields from a parent object, the code required is somewhat lengthy:
In the above example, each parent-level field has to have the chain of fields passed to a constructor for
SOQL.QueryField()
- it'd be nice if some of the field chain could be reused so Apex devs can write less code to get the same functionality.The text was updated successfully, but these errors were encountered: