System Information
- Strapi Version: 4.1.11
- Operating System: MacOS 12.4
- Database: Postgres 13
- Node Version: v14.15.5
- NPM Version: 6.14.11
- Yarn Version: 1.22.18
I understand that in V4, Strapi does not auto populate relations. However, is there a way to populate a relation in a response?
Given I have a several relations for a collection type, when I make a create or update request using entity service api, the response does not return any relations.
If I need the relations, I have to make another new findOne request with the returned response’s id, where I can specify the relation I want.
I feel that this is a wasted request. Is there a way to avoid two requests? If there is a way to define what to return in the response, that would be very helpful!