Question
We're migrating from UHeadless v4 to v10 (Umbraco 17) and hit a blocker.
Our frontend heavily relies on contentDescendantsByAbsoluteRoute with where clause filtering (contentType, level, IDs,
parent). This query doesn't exist in v10, and HotChocolate.Data filtering was removed in v5.
The 6 available queries in v10 don't cover our use case — we need to fetch descendants under a specific route, filtered
by content type.
Is there any plan to bring back a descendants query or re-introduce filtering?
Question
We're migrating from UHeadless v4 to v10 (Umbraco 17) and hit a blocker.
Our frontend heavily relies on contentDescendantsByAbsoluteRoute with where clause filtering (contentType, level, IDs,
parent). This query doesn't exist in v10, and HotChocolate.Data filtering was removed in v5.
The 6 available queries in v10 don't cover our use case — we need to fetch descendants under a specific route, filtered
by content type.
Is there any plan to bring back a descendants query or re-introduce filtering?