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
Make direct children of a class publicly available
Previously it was only possible to retrieve all children of a class
(i.e. those that inherit directly and those that inherit by
transitivity) given its ID. The new function retrieves only those
children that inherit directly from the given class.
0 commit comments