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?
1 Like
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