Linked records sorting

I have product category model and a product model. Product category has a multiple links field for products. How can I sort products when fetching product category data with products link?

Hello @primoz.rome

This is currently a limitation on our system, and it is related to this feature request: Deep filtering on both CMA and CDA
To sort, or filter linked information directly on the graphQL query, we would need โ€œDeep filteringโ€.
You could do the sorting locally after receiving the query response

1 Like