For the most parts of our data we have a parent -> child relation. Where we select the parent at the entity of the child.
For links and breadcrums on the child page we also need some information for the parent. But that is only the name and the slug. Now when we get the details of the child, then we get the ID of the parent. We need to do an extra call to get the small information that we need of the parent.
Is there something in Squidex so that we can use something like sub-selection as is described in https://graphql.org/learn/queries/ so that we can minimize the amount of calls to get the full data.