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
As in, expand every reference field and also those within the references themselves, recursively. Parameters that could be helpful:
A way of limiting the maximum depth to expand (example max depth 3, any references deeper than 3 levels wouldn't get expanded)
A way of limiting expanding circular dependencies. Maybe a boolean, that if true, when a reference was already expanded somewhere else in the current tree branch, it wouldn't get expanded again (if you have some sort of circular dependency like person1 -> twin field (also type person) value person2 -> again twin field in person2 -> person1, person1 wouldn't be expanded since it was already expanded at the root)
The text was updated successfully, but these errors were encountered:
JRebella
changed the title
Auto expand all nested references recursivelly
Feature Request: Auto expand all nested references recursivelly
Dec 5, 2024
Working with deeply nested schemas, it can become very cumbersome to expand every referenced entry in the queries. For example:
Not sure which syntax would make the most sense, but something simple like this would work wonders:
As in, expand every reference field and also those within the references themselves, recursively. Parameters that could be helpful:
person1
->twin
field (also type person) valueperson2
-> againtwin
field inperson2
->person1
,person1
wouldn't be expanded since it was already expanded at the root)The text was updated successfully, but these errors were encountered: