Components with full references data

Hi there.

I am trying to build a page with dynamic content from different components. I want to use a single Components field, on an array, where I can add different schemas and then pick the one that I want when adding content.

This works fine, but my problem is that some of these schemas are for References. I’m retrieving the content using only graphQL and when I try to get the data from these references, it only returns their ids. Because of that, as an alternative, I’m simply adding each References field individually, without components, which isn’t ideal for what I’m trying to achieve.

I understand why this happens and I realize that it’s tricky to develop a solution for this, but is there any workaround? Any way that this “issue” can be addressed in the future?

Thank you for your time.

Best regards