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