GraphQL: getting only first item of multiple linked field

Is there a way to return only single item on multiple links field with GraphQL in order to save on the data bandwidth?

I know I can do this with single link field, but sometimes I need only first record on the multiple links.

I am working this now with a workaround that I have two links field, but still wanted to know if I can solve this on the query level…

Thanks

Hello @primoz.rome

This will be possible once we implement Deep filtering on both CMA and CDA - #33 by kaptankorkut but for now its not possible unfortunately

Understood and thank you! No biggy…